1FcDirScan(3)                                                      FcDirScan(3)
2
3
4

NAME

6       FcDirScan - scan a font directory without caching it
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcBool FcDirScan(FcFontSet *set);
12       (FcStrSet *dirs);
13       (FcFileCache *cache);
14       (FcBlanks *blanks);
15       (const FcChar8 *dir);
16       (FcBool force);
17       .fi
18

DESCRIPTION

20       If  cache  is  not zero or if force is FcFalse, this function currently
21       returns FcFalse. Otherwise, it scans an entire directory and  adds  all
22       fonts  found to set.  Any subdirectories found are added to dirs. Call‐
23       ing this function does not create any cache files. Use FcDirCacheRead()
24       if caching is desired.
25

VERSION

27       Fontconfig version 2.8.0
28
29
30
31                               18 November 2009                   FcDirScan(3)
Impressum