aboutsummaryrefslogtreecommitdiffstats
path: root/libparsepsf.7
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-07-17 18:49:27 +0200
committerMattias Andrée <maandree@kth.se>2022-07-17 18:49:27 +0200
commite0e5cfa84da527d0a2cc818bcf5b9be83615e1c2 (patch)
tree7297f946c832256845735837aa639a1975c6a9a3 /libparsepsf.7
parentFix value of *unrecognised_versionp (diff)
downloadlibparsepsf-e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2.tar.gz
libparsepsf-e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2.tar.bz2
libparsepsf-e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2.tar.xz
Add man pages
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libparsepsf.7')
-rw-r--r--libparsepsf.715
1 files changed, 15 insertions, 0 deletions
diff --git a/libparsepsf.7 b/libparsepsf.7
new file mode 100644
index 0000000..32b8e66
--- /dev/null
+++ b/libparsepsf.7
@@ -0,0 +1,15 @@
+.TH LIBPARSEPSF 7 LIBPARSEPSF
+.SH NAME
+libparsepsf \- Library for interpreting PSF (PC Screen Font) files.
+.SH DESCRIPTION
+.B 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.
+.SH SEE ALSO
+.BR libparsepsf.h (0),
+.BR libparsepsf_parse_font (3),
+.BR libparsepsf_get_glyph (3),
+.BR libparsepsf_destroy_font (3)