TextButton

@objc(PESDKTextButton)
open class TextButton : Button

A TextButton is used within a FontSelectorView to present different fonts and their names.

  • The color of the label.

    Declaration

    Swift

    open var labelColor: UIColor { get set }
  • The name of the font.

    Declaration

    Swift

    open var fontName: String { get set }
  • The name that is shown to the user.

    Declaration

    Swift

    open var displayName: String { get set }