fcft_fini(3) | fcft | fcft_fini(3) |
fcft_fini - release global resources
#include <fcft/fcft.h>
void fcft_fini(void);
Free's all global resources: the font cache, thread synchronization primitives, and calls FT_Done_FreeType() and FcFini().
Calling fcft_fini() is usually not required, but is needed for clean Valgrind runs.
fcft_init(), FT_Done_FreeType(), FcFini()
2022-12-01 | 3.1.5 |