1fcft_destroy(3)                      fcft                      fcft_destroy(3)
2
3
4

NAME

6       fcft_destroy - free fcft_font objects
7

SYNOPSIS

9       #include <fcft/fcft.h>
10
11       void fcft_destroy(struct fcft_font *font);
12

DESCRIPTION

14       fcft_destroy() frees the fcft_font object font, which must have been
15       created with fcft_from_name(3), fcft_clone(3), or fcft_size_adjust(3).
16
17       After calling fcft_destroy(), font can no longer be used, and all ref‐
18       erences to fcft_glyph objects (retrieved with fcft_glyph_rasterize(3))
19       are now invalid.
20
21       font may be NULL, in which case fcft_destroy() is a no-op.
22

RETURN VALUE

24       None
25

SEE ALSO

27       fcft_from_name(3), fcft_clone(3), fcft_size_adjust(3), fcft_glyph_ras‐
28       terize(3)
29
30
31
322.3.2                             2021-03-08                   fcft_destroy(3)
Impressum