1FcConfigBuildFonts(3) FcConfigBuildFonts(3)
2
3
4
6 FcConfigBuildFonts - Build font database
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcConfigBuildFonts (FcConfig *config);
12
14 Builds the set of available fonts for the given configuration. Note
15 that any changes to the configuration after this call have indetermi‐
16 nate effects. Returns FcFalse if this operation runs out of memory.
17 If config is NULL, the current configuration is used.
18
19
20
21Fontconfig 2.13.0 06 3月 2018 FcConfigBuildFonts(3)