table of contents
other versions
- Tumbleweed 2.16.0-1.3
- Leap-16.0
- Leap-15.6
FcDirCacheLoadFile(3) | FcDirCacheLoadFile(3) |
NAME¶
FcDirCacheLoadFile - load a cache file
SYNOPSIS¶
#include <fontconfig/fontconfig.h> FcCache * FcDirCacheLoadFile (const FcChar8 *cache_file, struct stat *file_stat);
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.
18 1月 2025 | Fontconfig 2.16.0 |