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

FcConfigParseAndLoad(3)


FcConfigParseAndLoad

FcConfigParseAndLoad

NAME
SYNOPSIS
DESCRIPTION
VERSION

NAME

FcConfigParseAndLoad − load a configuration file

SYNOPSIS

#include <fontconfig.h>

FcBool FcConfigParseAndLoad (FcConfig *config, const FcChar8 *file);

DESCRIPTION

Walks the configuration in ’file’ and constructs the internal representation in ’config’. Any include files referenced from within ’file’ will be loaded with FcConfigLoad and also parsed. If ’complain’ is FcFalse, no warning will be displayed if ’file’ does not exist.

VERSION

Fontconfig version 2.4.1



FcConfigParseAndLoad(3)