aboutsummaryrefslogtreecommitdiffstats
path: root/libparsepcf.7
diff options
context:
space:
mode:
Diffstat (limited to 'libparsepcf.7')
-rw-r--r--libparsepcf.715
1 files changed, 15 insertions, 0 deletions
diff --git a/libparsepcf.7 b/libparsepcf.7
new file mode 100644
index 0000000..a62c56d
--- /dev/null
+++ b/libparsepcf.7
@@ -0,0 +1,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)