FcDirScan.3 revision a6844aab
1.\\" auto-generated by docbook2man-spec $Revision: 1.1.1.2 $ 2.TH "FcDirScan" "3" "18 November 2009" "" "" 3.SH NAME 4FcDirScan \- scan a font directory without caching it 5.SH SYNOPSIS 6.nf 7\fB#include <fontconfig.h> 8.sp 9FcBool FcDirScan(FcFontSet *\fIset\fB); 10(FcStrSet *\fIdirs\fB); 11(FcFileCache *\fIcache\fB); 12(FcBlanks *\fIblanks\fB); 13(const FcChar8 *\fIdir\fB); 14(FcBool \fIforce\fB); 15\fR.fi 16.SH "DESCRIPTION" 17.PP 18If \fIcache\fR is not zero or if \fIforce\fR 19is FcFalse, this function currently returns FcFalse. Otherwise, it scans an 20entire directory and adds all fonts found to \fIset\fR\&. 21Any subdirectories found are added to \fIdirs\fR\&. Calling 22this function does not create any cache files. Use FcDirCacheRead() if 23caching is desired. 24.SH "VERSION" 25.PP 26Fontconfig version 2.8.0 27