pcf-font: PCF font parsing and rendering library.

[ bsd3, graphics, library ] [ Propose Tags ] [ Report a vulnerability ]

pcf-font is a library for parsing and rendering X11 PCF fonts.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.2.2.1
Change log ChangeLog.md
Dependencies base (>=4.7 && <4.19), binary, bytestring, containers, vector, zlib [details]
License BSD-3-Clause
Copyright (c) 2017 Michael Swan
Author Michael Swan
Maintainer mswan@fastmail.com
Revised Revision 1 made by Bodigrim at 2024-12-01T20:53:08Z
Category Graphics
Home page https://github.com/michael-swan/pcf-font
Source repo head: git clone https://github.com/michael-swan/pcf-font
Uploaded by mswan at 2022-04-22T19:28:16Z
Distributions NixOS:0.2.2.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 3687 total (17 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2022-04-22 [all 1 reports]

Readme for pcf-font-0.2.2.1

[back to package description]

pcf-font

Rendering a PCF font is easy with pcf-font. Load a PCF file from memory with decodePCF or from disk with loadPCF and then render a string with renderPCFText.

Resources

PCF Format