Fonts

struct Fonts

Signature capture UI customization font overrides.

Capture Screen

  • Optional title Label font override. Default is nil.

    Declaration

    Swift

    public var titleLabelTextFont: UIFont?
  • Optional clear Button font override. Default is nil.

    Declaration

    Swift

    public var clearButtonTextFont: UIFont?
  • Optional Done button font override. Default is nil.

    Declaration

    Swift

    public var doneButtonTextFont: UIFont?