1FcConfigParseAndLoad(3)                                FcConfigParseAndLoad(3)
2
3
4

NAME

6       FcConfigParseAndLoad - load a configuration file
7

SYNOPSIS

9       #include <fontconfig.h>
10
11       FcBool FcConfigParseAndLoad(FcConfig *config);
12       (const FcChar8 *file);
13       (FcBool complain);
14       .fi
15

DESCRIPTION

17       Walks the configuration in 'file' and constructs the internal represenā€
18       tation in 'config'. Any include files  referenced  from  within  'file'
19       will be loaded and parsed. If 'complain' is FcFalse, no warning will be
20       displayed if 'file' does not exist. Error and warning messages will  be
21       output to stderr.  Returns FcFalse if some error occurred while loading
22       the file, either a parse error, semantic error or  allocation  failure.
23       Otherwise returns FcTrue.
24

VERSION

26       Fontconfig version 2.8.0
27
28
29
30                               18 November 2009        FcConfigParseAndLoad(3)
Impressum