1FcDirCacheLoadFile(3) FcDirCacheLoadFile(3)
23
4
NAME
6FcDirCacheLoadFile - load a cache file
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcCache * FcDirCacheLoadFile (const FcChar8 *cache_file, struct stat *file_stat);
12
DESCRIPTION
14This function loads a directory cache from cache_file. If file_stat is
15non-NULL, it will be filled with the results of stat(2) on the cache
16file.
1718
19
20
Fontconfig 2.13.92 09 8月 2019 FcDirCacheLoadFile(3)