1FcDirCacheLoad(3)                                            FcDirCacheLoad(3)
2
3
4

NAME

6       FcDirCacheLoad - load a directory cache
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcCache * FcDirCacheLoad(const FcChar8 *dir);
12       (FcConfig *config);
13       (FcChar8 **cache_file);
14       .fi
15

DESCRIPTION

17       Loads  the cache related to dir. If no cache file exists, returns NULL.
18       The name of the cache file is returned in cache_file,  unless  that  is
19       NULL. See also FcDirCacheRead.
20

VERSION

22       Fontconfig version 2.8.0
23
24
25
26                               18 November 2009              FcDirCacheLoad(3)
Impressum