1FcDirScan(3) FcDirScan(3)
2
3
4
6 FcDirScan - scan a font directory without caching it
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcDirScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const FcChar8 *dir, FcBool force);
12
14 If cache is not zero or if force is FcFalse, this function currently
15 returns FcFalse. Otherwise, it scans an entire directory and adds all
16 fonts found to set. Any subdirectories found are added to dirs. Call‐
17 ing this function does not create any cache files. Use FcDirCacheRead()
18 if caching is desired.
19
20
21
22Fontconfig 2.14.0 31 3月 2022 FcDirScan(3)