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(), fcft_clone(), or fcft_size_adjust().
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())
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(), fcft_clone(), fcft_size_adjust(), fcft_glyph_raster‐
28       ize()
29
30
31
322.5.0                             2021-11-13                   fcft_destroy(3)
Impressum