diff options
Diffstat (limited to '')
-rw-r--r-- | README | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1 +1,12 @@ -libparsepsf is a C library for interpreting PSF (PC Screen Font) files. +NAME + libparsepsf - Library for interpreting PSF (PC Screen Font) files. + +DESCRIPTION + libparsepsf is a C library for interpreting PSF (PC Screen Font) files. + It can be used to examine the contents of a font file, and look up + glyphs to use a for a text. It is not rendering text, instead + the user is given enough information to implement it's own rendering; + nor is the library capable of creating PSF files. + +SEE ALSO + None |