FcInitLoadConfig 3 FcInitLoadConfig load configuration #include <fontconfig/fontconfig.h> FcConfig * FcInitLoadConfig void Description Loads the default configuration file and returns the resulting configuration. Does not load any font information. Version Fontconfig version &version; FcInitLoadConfigAndFonts 3 FcInitLoadConfigAndFonts load configuration and font data #include <fontconfig/fontconfig.h> FcConfig * FcInitLoadConfigAndFonts void Description Loads the default configuration file and builds information about the available fonts. Returns the resulting configuration. Version Fontconfig version &version; FcInit 3 FcInit initialize fontconfig library #include <fontconfig/fontconfig.h> FcBool FcInit void Description Loads the default configuration file and the fonts referenced therein and sets the default configuration to that result. Returns whether this process succeeded or not. If the default configuration has already been loaded, this routine does nothing and returns FcTrue. Version Fontconfig version &version; FcFini 3 FcFini finalize fontconfig library #include <fontconfig/fontconfig.h> void FcFini void Description Frees all data structures allocated by previous calls to fontconfig functions. Fontconfig returns to an uninitialized state, requiring a new call to one of the FcInit functions before any other fontconfig function may be called. Version Fontconfig version &version; FcGetVersion 3 FcGetVersion library version number #include <fontconfig/fontconfig.h> int FcGetVersion void Description Returns the version number of the library. Version Fontconfig version &version; FcInitReinitialize 3 FcInitReinitialize re-initialize library #include <fontconfig/fontconfig.h> FcBool FcInitReinitialize void Description Forces the default configuration file to be reloaded and resets the default configuration. Returns FcFalse if the configuration cannot be reloaded (due to configuration file errors, allocation failures or other issues) and leaves the existing configuration unchanged. Otherwise returns FcTrue. Version Fontconfig version &version; FcInitBringUptoDate 3 FcInitBringUptoDate reload configuration files if needed #include <fontconfig/fontconfig.h> FcBool FcInitBringUptoDate void Description Checks the rescan interval in the default configuration, checking the configuration if the interval has passed and reloading the configuration if when any changes are detected. Returns FcFalse if the configuration cannot be reloaded (see FcInitReinitialize). Otherwise returns FcTrue. Version Fontconfig version &version;