Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
FcDirCacheLoad(3)					       FcDirCacheLoad(3)

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.

Fontconfig 2.17.1		  02 July 2025		       FcDirCacheLoad(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=FcDirCacheLoad&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help