1FcConfigAppFontAddDir(3) FcConfigAppFontAddDir(3)
2
3
4
6 FcConfigAppFontAddDir - Add fonts from directory to font database
7
9 #include <fontconfig.h>
10
11 FcBool FcConfigAppFontAddDir(FcConfig *config);
12 (const FcChar8 *dir);
13 .fi
14
16 Scans the specified directory for fonts, adding each one found to the
17 application-specific set of fonts. Returns FcFalse if the fonts cannot
18 be added (due to allocation failure). Otherwise returns FcTrue. If
19 config is NULL, the current configuration is used.
20
22 Fontconfig version 2.8.0
23
24
25
26 18 November 2009 FcConfigAppFontAddDir(3)