Fonts

struct Fonts

ID capture UI customization font overrides.

Instruction Screen

  • Optional ID Instruction Screen label font override. Default is nil.

    Declaration

    Swift

    public var instructionScreenLabelFont: UIFont?
  • Optional ID Instruction Screen button font override. Default is nil.

    Declaration

    Swift

    public var instructionScreenButtonFont: UIFont?

Capture Screen

  • Optional close button font override. Default is nil.

    Declaration

    Swift

    public var closeButtonTextFont: UIFont?
  • Optional Capture Screen label font override. Default is nil.

    Declaration

    Swift

    public var labelFont: UIFont?
  • Optional Capture Screen capture label font override. Default is nil.

    Declaration

    Swift

    public var captureLabelFont: UIFont?
  • Optional Capture Screen warning label font override. Default is nil.

    Declaration

    Swift

    public var warningLabelFont: UIFont?
  • Optional captureAnyway button font override. Default is nil.

    Declaration

    Swift

    public var captureAnywayButtonTextFont: UIFont?
  • Optional exit button font override. Default is nil.

    Declaration

    Swift

    public var exitButtonTextFont: UIFont?

Preview Screen

  • Optional Preview Screen title label override. Default is nil.

    Declaration

    Swift

    public var previewScreenTitleLabelFont: UIFont?
  • Optional Preview Screen retry button font override. Default is nil.

    Declaration

    Swift

    public var previewScreenRetryBtnFont: UIFont?
  • Optional Preview Screen done button font override. Default is nil.

    Declaration

    Swift

    public var previewScreenDoneBtnFont: UIFont?

Retry Screen

  • Optional Retry Screen label font override. Default is nil.

    Declaration

    Swift

    public var retryScreenLabelFont: UIFont?
  • Optional Retry Screen retry button font override. Default is nil.

    Declaration

    Swift

    public var retryScreenRetryButtonFont: UIFont?
  • Optional Retry Screen cancel button font override. Default is nil.

    Declaration

    Swift

    public var retryScreenCancelButtonFont: UIFont?