|
NAMEfcft_fini - release global resourcesSYNOPSIS#include <fcft/fcft.h>void fcft_fini(void); DESCRIPTIONFree'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. SEE ALSOfcft_init(), FT_Done_FreeType(), FcFini()
Visit the GSP FreeBSD Man Page Interface. |