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:df99b9cd4a7b3b3108923c8b67b67cbf3c911995bd7e8c1e8b11e0d55f3a1739,1005

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.