1FcDirCacheLoad(3) FcDirCacheLoad(3)
23
4
NAME
6FcDirCacheLoad - load a directory cache
7
SYNOPSIS
9#include <fontconfig/fontconfig.h>
1011
FcCache * FcDirCacheLoad (const FcChar8 *dir, FcConfig *config, FcChar8 **cache_file);
12
DESCRIPTION
14Loads the cache related to dir. If no cache file exists, returns NULL.
15The name of the cache file is returned in cache_file, unless that is
16NULL. See also FcDirCacheRead.
1718
19
20
Fontconfig 2.14.1 21 10月 2022 FcDirCacheLoad(3)