1FcConfigParseAndLoad(3) FcConfigParseAndLoad(3)
2
3
4
6 FcConfigParseAndLoad - load a configuration file
7
9 #include <fontconfig/fontconfig.h>
10
11 FcBool FcConfigParseAndLoad (FcConfig *config, const FcChar8 *file, FcBool complain);
12
14 Walks the configuration in 'file' and constructs the internal represen‐
15 tation in 'config'. Any include files referenced from within 'file'
16 will be loaded and parsed. If 'complain' is FcFalse, no warning will be
17 displayed if 'file' does not exist. Error and warning messages will be
18 output to stderr. Returns FcFalse if some error occurred while loading
19 the file, either a parse error, semantic error or allocation failure.
20 Otherwise returns FcTrue.
21
22
23
24Fontconfig 2.14.0 31 3月 2022 FcConfigParseAndLoad(3)