TextWritingMode

enum TextWritingMode : Enum<TextWritingMode> , LayerProperty

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. For symbol with point placement, the order of elements in an array define priority order for the placement of an orientation variant. For symbol with line placement, the default text writing mode is either 'horizontal', 'vertical' or 'vertical', 'horizontal', the order doesn't affect the placement.

Parameters

value

String value of this property

Entries

VERTICAL
Link copied to clipboard
VERTICAL("vertical")

If a text's language supports vertical writing mode, symbols would be laid out vertically.

HORIZONTAL
Link copied to clipboard
HORIZONTAL("horizontal")

If a text's language supports horizontal writing mode, symbols would be laid out horizontally.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int
value
Link copied to clipboard
open override val value: String