1FcDirCacheLoad(3) FcDirCacheLoad(3)
23
4
NAME
6FcDirCacheLoad - load a directory cache
7
SYNOPSIS
9#include <fontconfig.h>
1011
FcCache * FcDirCacheLoad(const FcChar8 *dir);
12(FcConfig *config);
13(FcChar8 **cache_file);
14.fi
15
DESCRIPTION
17Loads the cache related to dir. If no cache file exists, returns NULL.
18The name of the cache file is returned in cache_file, unless that is
19NULL. See also FcDirCacheRead.
20
VERSION
22Fontconfig version 2.8.0
2324
25
26
18 November 2009 FcDirCacheLoad(3)