1FcConfigParseAndLoadFromMemory(3) FcConfigParseAndLoadFromMemory(3)
2
3
4
6 FcConfigParseAndLoadFromMemory - load a configuration from memory
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcConfigParseAndLoadFromMemory (FcConfig *config, const FcChar8 *buffer, FcBool complain);
12
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
23 version 2.12.5
24
25
26
27Fontconfig 2.13.92 09 8月 2019FcConfigParseAndLoadFromMemory(3)