1FcConfigAppFontAddFile(3) FcConfigAppFontAddFile(3)
2
3
4
6 FcConfigAppFontAddFile - Add font file to font database
7
9 #include <fontconfig.h>
10
11 FcBool FcConfigAppFontAddFile(FcConfig *config);
12 (const FcChar8 *file);
13 .fi
14
16 Adds an application-specific font to the configuration. Returns FcFalse
17 if the fonts cannot be added (due to allocation failure). Otherwise
18 returns FcTrue. If config is NULL, the current configuration is used.
19
21 Fontconfig version 2.8.0
22
23
24
25 18 November 2009 FcConfigAppFontAddFile(3)