Glyphs Rasterization Mode(android Jvm)
Describes glyphs rasterization modes.
enum GlyphsRasterizationMode(androidJvm)
Content copied to clipboard
Entries
NO_GLYPHS_RASTERIZED_LOCALLY
Link copied to clipboard
No glyphs are rasterized locally. All glyphs are loaded from the server.
Content copied to clipboard
IDEOGRAPHS_RASTERIZED_LOCALLY
Link copied to clipboard
Ideographs are rasterized locally, and they are not loaded from the server.
Content copied to clipboard
ALL_GLYPHS_RASTERIZED_LOCALLY
Link copied to clipboard
All glyphs are rasterized locally. No glyphs are loaded from the server.
Content copied to clipboard