1FcConfigBuildFonts(3) FcConfigBuildFonts(3)
23
4
NAME
6FcConfigBuildFonts - Build font database
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcConfigBuildFonts (FcConfig *config);
12
DESCRIPTION
14Builds the set of available fonts for the given configuration. Note
15that any changes to the configuration after this call have indetermiā
16nate effects. Returns FcFalse if this operation runs out of memory.
17
VERSION
19Fontconfig version 2.4.2
2021
22
23
11 May 2007 FcConfigBuildFonts(3)