YMKTextStylePlacement

enum YMKTextStylePlacement : UInt, @unchecked Sendable

Text placement positions

Summary

Enum cases

case center = 0
Undocumented

case left = 1
Undocumented

case right = 2
Undocumented

case top = 3
Undocumented

case bottom = 4
Undocumented

case topLeft = 5
Undocumented

case topRight = 6
Undocumented

case bottomLeft = 7
Undocumented

case bottomRight = 8
Undocumented

Enum cases

center

case center = 0

Undocumented


left

case left = 1

Undocumented


case right = 2

Undocumented


top

case top = 3

Undocumented


bottom

case bottom = 4

Undocumented


topLeft

case topLeft = 5

Undocumented


topRight

case topRight = 6

Undocumented


bottomLeft

case bottomLeft = 7

Undocumented


bottomRight

case bottomRight = 8

Undocumented