1FcConfigGetCacheDirs(3) FcConfigGetCacheDirs(3)
2
3
4
6 FcConfigGetCacheDirs - return the list of directories searched for
7 cache files
8
10 #include <fontconfig.h>
11
12 FcStrList * FcConfigGetCacheDirs(FcConfig *config);
13 .fi
14
16 FcConfigGetCacheDirs returns a string list containing all of the direcā
17 tories that fontconfig will search when attempting to load a cache file
18 for a font directory. If config is NULL, the current configuration is
19 used.
20
22 Fontconfig version 2.8.0
23
24
25
26 18 November 2009 FcConfigGetCacheDirs(3)