From e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 17 Jul 2022 18:49:27 +0200 Subject: Add man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libparsepsf.h.0 | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 libparsepsf.h.0 (limited to 'libparsepsf.h.0') diff --git a/libparsepsf.h.0 b/libparsepsf.h.0 new file mode 100644 index 0000000..b3193eb --- /dev/null +++ b/libparsepsf.h.0 @@ -0,0 +1,39 @@ +.TH LIBPARSEPSF.H 0 LIBPARSEPSF +.SH NAME +libparsepsf.h \- Header file for interpreting PSF (PC Screen Font) files. +.SH SYNOPSIS +.nf +#include +.fi +.PP +Link with +.IR -lparsepsf . +.SH DESCRIPTION +The +.B +header defines structures and functions for interpreting PSF +(PC Screen Font) files. +.PP +This header defines the following functions: +.TP +.BR libparsepsf_parse_font (3) +Parse a PSF file. +.TP +.BR libparsepsf_get_glyph (3) +Get glyph to use at a position in a text string. +.TP +.BR libparsepsf_destroy_font (3) +Deallocate a parsed PSF file. +.PP +This header defines the following structures: +.TP +.B struct libparsepsf_font +Structure containing all font information. +.TP +.B struct libparsepsf_unimap +Node for byte-sequence-to-glyph mapping trie. +.SH SEE ALSO +.BR libparsepsf (7), +.BR libparsepsf_parse_font (3), +.BR libparsepsf_get_glyph (3), +.BR libparsepsf_destroy_font (3) -- cgit v1.2.3-70-g09d2