TextDesignInterfaceState

public struct TextDesignInterfaceState : Equatable

This struct holds information about the state of the text design tool.

  • The last used text design’s identifier.

    Declaration

    Swift

    public let identifier: String
  • The last used text design color.

    Declaration

    Swift

    public let color: UIColor