libparsepcf

Description: C library for interpreting PCF (Portable Compiled Format) font files
Status: Feature complete (documentation and tests are missing)
Source: https://git.maandree.se/libparsepcf
Latest release: 1.0
License: ISC License (Internet Systems Consortium license)
Written in: C (ISO C99)

libparsepcf is a library that can be used to interpret PCF (Portable Compiled Format) font files. The library does not provide drawing functions, instead the user must understand how glyph data is encoded, and parse it manually (demo exists).