MMKTextStylePlacement
enum MMKTextStylePlacement : UInt, @unchecked Sendable |
Text placement positions
Summary
Enum cases
case center = 0 |
case left = 1 |
case right = 2 |
case top = 3 |
case bottom = 4 |
case topLeft = 5 |
case topRight = 6 |
case bottomLeft = 7 |
case bottomRight = 8 |
Enum cases
center
case center = 0 |
Undocumented
left
case left = 1 |
Undocumented
right
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