aboutsummaryrefslogblamecommitdiffstats
path: root/libparsepcf.7
blob: a62c56d5e64ce0042a99661efe81230b4fe652f1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                 
.TH LIBPARSEPCF 7 LIBPARSEPCF
.SH NAME
libparsepcf \- Library for interpreting PCF (Portable Compiled Format) font files

.SH DESCRIPTION
.B 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.

.SH SEE ALSO
.BR libparsepcf.h (0),
.BR libparsepcf_get_tables (3),
.BR libparsepcf_preparse_font (3)