TextAction

@objc
public enum TextAction : Int

The actions that can be used in an instance of TextOptionsToolController.

  • Change the font of the text.

    Declaration

    Swift

    case selectFont
  • Change the color of the text.

    Declaration

    Swift

    case selectColor
  • Change the color of the text’s bounding box.

    Declaration

    Swift

    case selectBackgroundColor
  • Change the alignment of the text.

    Declaration

    Swift

    case selectAlignment
  • Straighten the label

    Declaration

    Swift

    case straighten