1FcConfigAppFontAddDir(3)                              FcConfigAppFontAddDir(3)
2
3
4

NAME

6       FcConfigAppFontAddDir - Add fonts from directory to font database
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcBool FcConfigAppFontAddDir (FcConfig *config, const FcChar8 *dir);
12

DESCRIPTION

14       Scans  the  specified directory for fonts, adding each one found to the
15       application-specific set of fonts. Returns FcFalse if the fonts  cannot
16       be  added  (due  to  allocation failure).  Otherwise returns FcTrue. If
17       config is NULL, the current configuration is used.
18
19
20
21Fontconfig 2.13.92                09 8月 2019         FcConfigAppFontAddDir(3)
Impressum