TextTag.fallback

bool fallback() @property

Get fallback property.

Returns

Whether font fallback is enabled.

When set to true, other fonts will be substituted where the current font is missing glyphs.

void fallback(bool propval) @property

Set fallback property.

Parameters

propvalWhether font fallback is enabled. When set to true, other fonts will be substituted where the current font is missing glyphs.