logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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