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

Module documentation for 0.2.2.1

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.1

  • Apply MonadFail fix

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.