Query: fcconfigparseandload
OS: suse
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FcConfigParseAndLoad(3) FcConfigParseAndLoad(3)NAMEFcConfigParseAndLoad - load a configuration fileSYNOPSIS#include <fontconfig.h> FcBool FcConfigParseAndLoad (FcConfig *config, const FcChar8 *file);DESCRIPTIONWalks 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.VERSIONFontconfig version 2.4.1 16 October 2006 FcConfigParseAndLoad(3)