MTTextAnchor

public enum MTTextAnchor : String, Sendable

Symbol text anchor positions.

  • Undocumented

    Declaration

    Swift

    case center
  • Undocumented

    Declaration

    Swift

    case left
  • Undocumented

    Declaration

    Swift

    case right
  • top

    Undocumented

    Declaration

    Swift

    case top
  • Undocumented

    Declaration

    Swift

    case bottom
  • Undocumented

    Declaration

    Swift

    case topLeft = "top-left"
  • Undocumented

    Declaration

    Swift

    case topRight = "top-right"
  • Undocumented

    Declaration

    Swift

    case bottomLeft = "bottom-left"
  • Undocumented

    Declaration

    Swift

    case bottomRight = "bottom-right"