diff options
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) |