FcConfigGetWarningFlags(3) FcConfigGetWarningFlags(3)

FcConfigGetWarningFlags - Retrieve the enabled warning flags

#include <fontconfig/fontconfig.h>

int FcConfigGetWarningFlags (FcConfig *config);

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.

02 June 2026 Fontconfig 2.18.1