1FcConfigGetCacheDirs(3) FcConfigGetCacheDirs(3)
2
3
4
6 FcConfigGetCacheDirs - return the list of directories searched for
7 cache files
8
10 #include <fontconfig/fontconfig.h>
11
12 FcStrList * FcConfigGetCacheDirs (const FcConfig *config);
13
15 FcConfigGetCacheDirs returns a string list containing all of the direc‐
16 tories that fontconfig will search when attempting to load a cache file
17 for a font directory. If config is NULL, the current configuration is
18 used.
19
20
21
22Fontconfig 2.13.92 09 8月 2019 FcConfigGetCacheDirs(3)