GlyphsRasterizationMode enum
Describes glyphs rasterization modes.
Values
- NO_GLYPHS_RASTERIZED_LOCALLY → const GlyphsRasterizationMode
-
No glyphs are rasterized locally. All glyphs are loaded from the server.
- IDEOGRAPHS_RASTERIZED_LOCALLY → const GlyphsRasterizationMode
-
Ideographs are rasterized locally, and they are not loaded from the server.
- ALL_GLYPHS_RASTERIZED_LOCALLY → const GlyphsRasterizationMode
-
All glyphs are rasterized locally. No glyphs are loaded from the server.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GlyphsRasterizationMode> - A constant List of the values in this enum, in order of their declaration.