Fonts
struct Fonts
Seflie capture UI customization font overrides.
-
Optional Selfie Instruction Screen label font override. Default is
nil.Declaration
Swift
public var instructionScreenLabelFont: UIFont? -
Optional Selfie Instruction Screen button font override. Default is
nil.Declaration
Swift
public var instructionScreenButtonFont: UIFont?
-
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 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?