table of contents
other versions
- trixie 2.15.0-2.3
- testing 2.15.0-2.4
- unstable 2.15.0-2.4
- experimental 2.17.1-1
FcFini(3) | FcFini(3) |
NAME¶
FcFini - finalize fontconfig library
SYNOPSIS¶
#include <fontconfig/fontconfig.h>
void FcFini (void);
DESCRIPTION¶
Frees all data structures allocated by previous calls to fontconfig functions. Fontconfig returns to an uninitialized state, requiring a new call to one of the FcInit functions before any other fontconfig function may be called.
04 September 2025 | Fontconfig 2.15.0 |