glyphsRasterizationMode property
Specifies glyphs rasterization mode.
If provided, updates the style package's glyphs rasterization mode, which defines which glyphs will be loaded from the server.
By default, ideographs are rasterized locally and other glyphs are loaded
from network (i.e. IdeographsRasterizedLocally
value is used).
Implementation
GlyphsRasterizationMode? glyphsRasterizationMode;