FontSelectorView

@objc(PESDKFontSelectorView) open class FontSelectorView: UIScrollView

The FontSelectorView is a subclass of UIScrollView that presents a scrollable list of fonts.

  • The receiver’s delegate. - seealso: FontSelectorViewDelegate.

    Declaration

    Swift

    open weak var selectorDelegate: FontSelectorViewDelegate?
  • The text color for the fonts.

    Declaration

    Swift

    open var textColor = UIColor.white
  • The text color for the font’s label.

    Declaration

    Swift

    open var labelColor = UIColor.white
  • The name of the currently selected font.

    Declaration

    Swift

    open var selectedFontName: String?
  • The preview text.

    Declaration

    Swift

    open var text: String?