1FcConfigAppFontAddDir(3) FcConfigAppFontAddDir(3)
23
4
NAME
6FcConfigAppFontAddDir - Add fonts from directory to font database
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcBool FcConfigAppFontAddDir (FcConfig *config, const char *);
12
DESCRIPTION
14Scans the specified directory for fonts, adding each one found to the
15application-specific set of fonts.
16
VERSION
18Fontconfig version 2.4.2
1920
21
22
11 May 2007 FcConfigAppFontAddDir(3)