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

FcFileScan(3)


FcFileScan

FcFileScan

NAME
SYNOPSIS
DESCRIPTION
VERSION

NAME

FcFileScan − scan a font file

SYNOPSIS

#include <fontconfig.h>

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

DESCRIPTION

Scans a single file and adds all fonts found to set. If force is FcTrue, then the file is scanned even if associated information is found in cache. If file is a directory, it is added to dirs.

VERSION

Fontconfig version 2.4.1



FcFileScan(3)