aboutsummaryrefslogtreecommitdiffstats
path: root/libparsepsf_destroy_font.3
blob: 8763e3c23985e6de76b988fa7882c7c0fdd5f467 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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)