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]

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 [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 2017-09-08T23:33:31Z
Distributions LTSHaskell:0.2.2.1, NixOS:0.2.2.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 3569 total (17 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for pcf-font-0.1.0.0

[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