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(), 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_codepoint_raster‐
19 ize()) 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(), fcft_clone(), fcft_size_adjust(), fcft_codepoint_ras‐
28 terize()
29
30
31
323.1.5 2022-09-20 fcft_destroy(3)