pcf-font: PCF font parsing and rendering library.

[ bsd3, graphics, library ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

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 && <5), binary, bytestring, containers, vector, zlib [details]
License BSD-3-Clause
Copyright (c) 2017 Michael Swan
Author Michael Swan
Maintainer mswan@fastmail.com
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 LTSHaskell:0.2.2.1, NixOS:0.2.2.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 3553 total (24 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