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

FreeBSD Manual Pages

  
 
  

home | help
FcDirScan(3)							    FcDirScan(3)

NAME
     FcDirScan - scan a font directory without caching it

SYNOPSIS
     #include <fontconfig/fontconfig.h>

     FcBool FcDirScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const FcChar8 *dir, FcBool force);

DESCRIPTION
     If  cache	is  not zero or if force is FcFalse, this function currently re-
     turns FcFalse. Otherwise, it scans an entire directory and adds  all  fonts
     found  to	set.   Any  subdirectories found are added to dirs. Calling this
     function does not create any cache files. Use FcDirCacheRead()  if  caching
     is desired.

Fontconfig 2.17.1		  02 July 2025			    FcDirScan(3)

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

home | help