FcConfigGetWarningFlags - Man Page
Retrieve the enabled warning flags
Synopsis
#include <fontconfig/fontconfig.h> int FcConfigGetWarningFlags (FcConfig *config);
Description
Returns a bitmask of the currently enabled warning flags. Each bit in the returned integer correeesponds to a different warning type defined by FC_WARN_* macros. If config is NULL, the warning flags for the current configuration are returned.
Info
06 August 2026 Fontconfig 2.18.3