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


left

case left = 1


case right = 2


top

case top = 3


bottom

case bottom = 4


topLeft

case topLeft = 5


topRight

case topRight = 6


bottomLeft

case bottomLeft = 7


bottomRight

case bottomRight = 8