pcf-font

PCF font parsing and rendering library.

https://github.com/michael-swan/pcf-font

Version on this page:0.2.2.0
LTS Haskell 22.13:0.2.2.1
Stackage Nightly 2023-12-26:0.2.2.1
Latest on Hackage:0.2.2.1

See all snapshots pcf-font appears in

BSD-3-Clause licensed by Michael Swan
Maintained by [email protected]
This version can be pinned in stack with:pcf-font-0.2.2.0@sha256:b96ee3d5306c5de8368b78c1ed27c3b3bd5e2643ad72828da3d3edda2196f945,1005

Module documentation for 0.2.2.0

Used by 1 package in nightly-2017-10-28(full list with versions):

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

Changes

0.2.2.0

  • Add renderPCFTextColor function.

0.2.1.1

  • Improve documentation in Graphics.Text.PCF.

0.2.1.0

  • Add .pcf.gz support.

0.2.0.0

  • Add ASCII string rendering.
  • Add PCFText type.
  • Change renderPCFText to produce a value of PCFText.

0.1.0.0

  • Complete font rendering and parsing support.