1FcConfigParseAndLoadFromMemory(3)            FcConfigParseAndLoadFromMemory(3)
2
3
4

NAME

6       FcConfigParseAndLoadFromMemory - load a configuration from memory
7

SYNOPSIS

9       #include <fontconfig/fontconfig.h>
10
11       FcBool FcConfigParseAndLoadFromMemory (FcConfig *config, const FcChar8 *buffer, FcBool complain);
12

DESCRIPTION

14       Walks  the configuration in 'memory' and constructs the internal repre‐
15       sentation in 'config'. Any includes files referenced from within  'mem‐
16       ory'  will  be loaded and dparsed. If 'complain' is FcFalse, no warning
17       will be displayed if 'file' does not exist. Error and warning  messages
18       will  be  output  to  stderr.   Returns FcFalse if fsome error occurred
19       while loading the file, either a parse error, semantic error or alloca‐
20       tion failure. Otherwise returns FcTrue.
21

SINCE

23       version 2.12.5
24
25
26
27Fontconfig 2.14.1                21 10月 2022FcConfigParseAndLoadFromMemory(3)
Impressum