Introduction to Library Functions FcDirScan(3)
NAME
FcDirScan - scan a font directory without caching it
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ]
#include
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 entiredirectory and adds all fonts found to set. Any subdirec-
tories found are added to dirs. Calling this function does not create any cache files. Use FcDirCacheRead() if caching is desired. VERSION Fontconfig version 2.8.0ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Availability | system/library/fontconfig ||_____________________________|_____________________________|
| Interface Stability | Volatile ||_____________________________|_____________________________|
| MT-Level | Unknown |
|_____________________________|_____________________________|
SunOS 5.10 Last change: 18 November 2009 1