FcDirCacheLoad

Langue: en

Version: 18 November 2009 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

FcDirCacheLoad - load a directory cache

SYNOPSIS

 #include <fontconfig.h>
 
 FcCache * FcDirCacheLoad(const FcChar8 *dir);
 (FcConfig *config);
 (FcChar8 **cache_file);
 .fi
 
 

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.

VERSION

Fontconfig version 2.8.0