TextWritingMode enum
The property allows control over a symbol's orientation. Note that the property values act as a hint, so that a symbol whose language doesn’t support the provided orientation will be laid out in its natural orientation. Example: English point symbol will be rendered horizontally even if array value contains single 'vertical' enum value. The order of elements in an array define priority order for the placement of an orientation variant.
Values
- HORIZONTAL → const TextWritingMode
-
If a text's language supports horizontal writing mode, symbols with point placement would be laid out horizontally.
- VERTICAL → const TextWritingMode
-
If a text's language supports vertical writing mode, symbols with point placement would be laid out vertically.
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<
TextWritingMode> - A constant List of the values in this enum, in order of their declaration.