1FcConfigAppFontAddFile(3) FcConfigAppFontAddFile(3)
2
3
4
6 FcConfigAppFontAddFile - Add font file to font database
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcConfigAppFontAddFile (FcConfig *config, const FcChar8 *file);
12
14 Adds an application-specific font to the configuration. Returns FcFalse
15 if the fonts cannot be added (due to allocation failure or no fonts
16 found). Otherwise returns FcTrue. If config is NULL, the current con‐
17 figuration is used.
18
19
20
21Fontconfig 2.14.2 27 1月 2023 FcConfigAppFontAddFile(3)