FcConfigParseAndLoad (3) Linux Manual Page
FcConfigParseAndLoad – load a configuration file Synopsis#include <fontconfig/fontconfig.h> FcBool FcConfigParseAndLoad (FcConfig *config, const FcChar8 *file, FcBool complain); DescriptionWalks the configuration in ‘file’ and constructs the internal representation in ‘config’. Any include files referenced from within ‘file’ will be loaded and parsed. If ‘complain’ is FcFalse, no warning will be displayed if ‘file’ does not exist….
