from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcDirCacheLoad
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
NAME
FcDirCacheLoad - load a directory cache
SYNOPSIS
#include <fontconfig/fontconfig.h>
FcCache * FcDirCacheLoad (const FcChar8 *dir, FcConfig *config, FcChar8 **cache_file);
DESCRIPTION
Loads the cache related to dir. If no cache file
exists, returns NULL. The name of the cache file is returned in
cache_file, unless that is NULL. See also
FcDirCacheRead.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|