Introduction to Library Functions FcDirCacheLoad(3)
NAME
FcDirCacheLoad - load a directory cache
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
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 incache_file, unless that is NULL. See also FcDirCacheRead.
VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1