attr_fallback_new


Description:


[ Version ( since = "1.4" ) ]
public Attribute attr_fallback_new (bool enable_fallback)

Create a new font fallback attribute.

If fallback is disabled, characters will only be used from the closest matching font on the system. No fallback will be done to other fonts on the system that might contain the characters in the text.

Parameters:

enable_fallback

true if we should fall back on other fonts for characters the active font is missing

Returns:

the newly allocated `PangoAttribute`, which should be freed with [method@Pango.Attribute.destroy]


Namespace: Pango
Package: pango