1. NAME▲
FcDirCacheLoadFile - load a cache file
2. SYNOPSIS ▲
\fB#include <fontconfig.h>
FcCache * FcDirCacheLoadFile(const FcChar8 *\fIcache_file\fB);
(struct stat *\fIfile_stat\fB);
\fR.fi3. DESCRIPTION▲
This function loads a directory cache from cache_file. If file_stat is non-NULL, it will be filled with the results of stat(2) on the cache file.
4. VERSION ▲
Fontconfig version 2.8.0