1fcft_destroy(3) fcft fcft_destroy(3)
2
3
4
6 fcft_destroy - free fcft_font objects
7
9 #include <fcft/fcft.h>
10
11 void fcft_destroy(struct fcft_font *font);
12
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
24 None
25
27 fcft_from_name(3), fcft_clone(3), fcft_size_adjust(3), fcft_glyph_ras‐
28 terize(3)
29
30
31
322.3.3 2021-04-14 fcft_destroy(3)