summaryrefslogtreecommitdiff
path: root/doc/FcDirScan.3
blob: eb214450eae959e1fcd567449c191f8260f89725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" This manpage has been automatically generated by docbook2man 
.\" from a DocBook document.  This tool can be found at:
.\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
.\" Please send any bug reports, improvements, comments, patches, 
.\" etc. to Steve Cheng <steve@ggi-project.org>.
.TH "FcDirScan" "3" "11 3月 2012" "" ""

.SH NAME
FcDirScan \- scan a font directory without caching it
.SH SYNOPSIS
.sp
\fB#include <fontconfig.h>
.sp
FcBool FcDirScan (FcFontSet *\fIset\fB, FcStrSet *\fIdirs\fB, FcFileCache *\fIcache\fB, FcBlanks *\fIblanks\fB, const FcChar8 *\fIdir\fB, FcBool \fIforce\fB);
\fR
.SH "DESCRIPTION"
.PP
If \fIcache\fR is not zero or if \fIforce\fR
is FcFalse, this function currently returns FcFalse.  Otherwise, it scans an
entire directory and adds all fonts found to \fIset\fR\&.
Any subdirectories found are added to \fIdirs\fR\&.  Calling
this function does not create any cache files.  Use FcDirCacheRead() if
caching is desired.
.SH "VERSION"
.PP
Fontconfig version 2.9.0