TextDesignOverlayAction

@objc
public enum TextDesignOverlayAction : Int

The overlay actions that can be used in an instance of TextDesignOptionsToolController.

  • Invert the text design.

    Declaration

    Swift

    case invert
  • Delete the text design.

    Declaration

    Swift

    case delete
  • Undo the latest operation.

    Declaration

    Swift

    case undo
  • Redo the latest operation.

    Declaration

    Swift

    case redo
  • Move the selected text design to the front.

    Declaration

    Swift

    case bringToFront
  • add

    Switch to the add text design UI.

    Declaration

    Swift

    case add