Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
/ libparsepcf Public archive

[Feature complete] Portable Compiled (font) Format parsing library

License

Notifications You must be signed in to change notification settings

maandree/libparsepcf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has been moved to Codeberg and may be out of date on GitHub.
Canonical repo: https://codeberg.org/maandree/libparsepcf


NAME
	libparsepcf - Library for interpreting PCF (Portable Compiled Format) font files

DESCRIPTION
	libparsepcf is a C library for interpreting PCF (Portable Compiled Format) font
	files. It can be used to examine the contents of a font file. 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 PCF files.

SEE ALSO
	None