When set to true, other fonts will be substituted where the current font is missing glyphs.
TextTag.fallback
bool fallback() @propertyGet fallback property.
Returns
Whether font fallback is enabled.
void fallback(bool propval) @propertySet fallback property.
Parameters
propval | Whether font fallback is enabled. When set to true, other fonts will be substituted where the current font is missing glyphs. |