1FcFini(3) FcFini(3)
23
4
NAME
6FcFini - finalize fontconfig library
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
void FcFini (void);
12
DESCRIPTION
14Frees all data structures allocated by previous calls to fontconfig
15functions. Fontconfig returns to an uninitialized state, requiring a
16new call to one of the FcInit functions before any other fontconfig
17function may be called.
1819
20
21
Fontconfig 2.14.2 27 1月 2023 FcFini(3)