diff options
author | Mattias Andrée <maandree@kth.se> | 2022-07-17 18:49:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-07-17 18:49:27 +0200 |
commit | e0e5cfa84da527d0a2cc818bcf5b9be83615e1c2 (patch) | |
tree | 7297f946c832256845735837aa639a1975c6a9a3 /libparsepsf_destroy_font.3 | |
parent | Fix value of *unrecognised_versionp (diff) | |
download | libparsepsf-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 '')
-rw-r--r-- | libparsepsf_destroy_font.3 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libparsepsf_destroy_font.3 b/libparsepsf_destroy_font.3 new file mode 100644 index 0000000..8763e3c --- /dev/null +++ b/libparsepsf_destroy_font.3 @@ -0,0 +1,26 @@ +.TH LIBPARSEPSF_DESTROY_FONT 3 LIBPARSEPSF +.SH NAME +libparsepsf_destroy_font \- Deallocate a parsed PSF files +.SH SYNOPSIS +.nf +#include <libparsepsf.h> + +void libparsepsf_destroy_font(struct libparsepsf_font *\fIfont\fP); +.fi +.PP +Link with +.IR -lparsepsf . +.SH DESCRIPTION +The +.B libparsepsf_destroy_font +function deallocates the contents of +.IR *font , +without deallocating the memory that the pointer +itself points to directly (only memory pointed +to by nested pointers). +.SH RETURN VALUE +None. +.SH ERRORS +None. +.SH SEE ALSO +.BR libparsepsf_parse_font (3) |