Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.6

FcDirScan(3)


FcDirScan

FcDirScan

NAME
SYNOPSIS
DESCRIPTION
VERSION

NAME

FcDirScan − scan a font directory

SYNOPSIS

#include <fontconfig.h>

FcBool FcDirScan (FcFontSet *set, FcStrSet *dirs, FcFileCache *cache, FcBlanks *blanks, const char *dir, FcBoolforce);

DESCRIPTION

Scans an entire directory and adds all fonts found to set. If force is FcTrue, then the directory and all files within it are scanned even if information is present in the per-directory cache file or cache. Any subdirectories found are added to dirs.

VERSION

Fontconfig version 2.4.1



FcDirScan(3)