fcft_fini - Man Page

release global resources

Synopsis

#include <fcft/fcft.h>

void fcft_fini(void);

Description

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.

See Also

fcft_init(), FT_Done_FreeType(), FcFini()

Referenced By

fcft_init(3).

2024-02-26 3.1.8 fcft