TextRotationAlignment

In combination with SymbolPlacement, determines the rotation behavior of the individual glyphs forming the text.

Properties

Link copied to clipboard
const val Auto: String

For SymbolPlacement.Point, this is equivalent to TextRotationAlignment.Viewport. Otherwise, this is equivalent to TextRotationAlignment.Map.

Link copied to clipboard
const val Map: String

For SymbolPlacement.Point, aligns text east-west. Otherwise, aligns text x-axes with the line.

Link copied to clipboard
const val Viewport: String

Produces glyphs whose x-axes are aligned with the x-axis of the viewport, regardless of the SymbolPlacement.

Link copied to clipboard

For SymbolPlacement.Point, this is equivalent to TextRotationAlignment.Viewport. Otherwise, aligns glyphs to the x-axis of the viewport and places them along the line.