from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
FcDirScan
Section: (3) Updated: 05 8月 2016 Index
Return to Main Contents
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 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.
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
|