TextJustify

public enum TextJustify : String, Codable

Text justification options.

  • The text is aligned towards the anchor position.

    Declaration

    Swift

    case auto
  • The text is aligned to the left.

    Declaration

    Swift

    case left
  • The text is centered.

    Declaration

    Swift

    case center
  • The text is aligned to the right.

    Declaration

    Swift

    case right