FcInitLoadConfig 3 Fontconfig &version; 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. FcInitLoadConfigAndFonts 3 Fontconfig &version; 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. FcInit 3 Fontconfig &version; 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. FcFini 3 Fontconfig &version; 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. FcGetVersion 3 Fontconfig &version; FcGetVersion library version number #include <fontconfig/fontconfig.h> int FcGetVersion void Description Returns the version number of the library. FcInitReinitialize 3 Fontconfig &version; 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. FcInitBringUptoDate 3 Fontconfig &version; 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.