logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

FcDirCacheLoad - load a directory cache

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. Fontconfig 2.15.0 04 July 2025 FcDirCacheLoad(3)

Name

FcDirCacheLoad - load a directory cache

Synopsis

#include<fontconfig/fontconfig.h>FcCache*FcDirCacheLoad(constFcChar8*dir,FcConfig*config,FcChar8**cache_file);

See Also