1FcDirScan(3) FcDirScan(3)
2
3
4
6 FcDirScan - scan a font directory
7
9 #include <fontconfig.h>
10
11 FcBool FcDirScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const char *dir, FcBool force);
12
14 Scans an entire directory and adds all fonts found to set. If force is
15 FcTrue, then the directory and all files within it are scanned even if
16 information is present in the per-directory cache file or cache. Any
17 subdirectories found are added to dirs.
18
20 Fontconfig version 2.4.2
21
22
23
24 11 May 2007 FcDirScan(3)