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

FcDirScan - scan a font directory without caching it

Description

If cache is not zero or if force is FcFalse, this function currently returns 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.15.0 04 July 2025 FcDirScan(3)

Name

FcDirScan - scan a font directory without caching it

Synopsis

#include<fontconfig/fontconfig.h>FcBoolFcDirScan(FcFontSet*set,FcStrSet*dirs,FcFileCache*cache,FcBlanks*blanks,constFcChar8*dir,FcBoolforce);

See Also