FcConfigSetWarningFlags - Man Page

Enable or disable specific warning types

Synopsis

#include <fontconfig/fontconfig.h>

void FcConfigSetWarningFlags (FcConfig *config, int warn, FcBool flag);

Description

Turn on or off warning types specified by warn. Each bit corresponds to a different warning type defined by FC_WARN_* macros. If config is NULL, the current configuration is modified.

Info

06 August 2026 Fontconfig 2.18.3