https://github.com/maandree/libparsepsf
PC Screen Font parsing library
https://github.com/maandree/libparsepsf
c-library font font-library pc-screen-font psf text
Last synced: 11 days ago
JSON representation
PC Screen Font parsing library
- Host: GitHub
- URL: https://github.com/maandree/libparsepsf
- Owner: maandree
- License: isc
- Created: 2021-08-13T15:13:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-05-09T14:36:30.000Z (about 2 months ago)
- Last Synced: 2026-05-09T16:41:12.260Z (about 2 months ago)
- Topics: c-library, font, font-library, pc-screen-font, psf, text
- Language: C
- Homepage: https://codeberg.org/maandree/libparsepsf
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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 does not render 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