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.white
  • The name of the font.

    Declaration

    Swift

    open var fontName = ""
  • The name that is shown to the user.

    Declaration

    Swift

    open var displayName = ""