fcdirscan(3) opensolaris man page | unix.com

Man Page: fcdirscan

Operating Environment: opensolaris

Section: 3

FcDirScan(3)															      FcDirScan(3)

NAME
FcDirScan - DEPRECATED: formerly used to scan a font directory
SYNOPSIS
cc [ flag... ] file... -lfontconfig [ library... ] #include <fontconfig.h> FcBool FcDirScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const FcChar8 *dir, FcBool force);
DESCRIPTION
This function does nothing aside from returning FcFalse. It used to scan an entire directory and add all fonts found to set. If force was FcTrue, then the directory and all files within it were scanned even if information was present in the per-directory cache file or cache. Any subdirectories found were added to dirs.
VERSION
Fontconfig version 2.5.0
ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWfontconfig | +-----------------------------+-----------------------------+ |Interface Stability |Volatile | +-----------------------------+-----------------------------+ |MT-Level |See XInitThreads(3X11) | +-----------------------------+-----------------------------+ 13 November 2007 FcDirScan(3)
Related Man Pages
fcconfigsubstitutewithpat(3) - opensolaris
fcconfigappfontadddir(3) - opensolaris
fcconfigparseandload(3) - opensolaris
fcinitreinitialize(3) - opensolaris
fcpatternadd-type(3) - opensolaris
Similar Topics in the Unix Linux Community
rm -rf
Error while running your script -- Balamv
Move directory + sub dirs
List files/dirs alphabetically case sensitive - AaBbCc?
Recursively dump all sub-dirs contents?