Description: | C library for interpreting PSF (PC Screen Font) files |
Status: | Complete |
Source: | https://git.maandree.se/libparsepsf |
Latest release: | 1.0.3 |
License: | ISC License (Internet Systems Consortium license) |
Written in: | C (ISO C99) |
libparsepsf is a library that can be used to interpret PSF (PC Screen Font) files. It abstract aways details relating to which version of the PSF file format is used, and provides a function for figuring out which glyph to use at a certain position in UTF-8 encoded text. The library does not provide drawing functions, instead the user must understand how glyph data is encoded, and parse it manually (demo exists).