FontsThemeProtocol
public protocol FontsThemeProtocol
Font theme to be used in the application.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The font used for headers.
Declaration
Swift
var header: UIFont { get set }
-
The font used for page titles.
Declaration
Swift
var pageTitle: UIFont { get set }
-
The font used for titles.
Declaration
Swift
var title: UIFont { get set }
-
The font used for large body text.
Declaration
Swift
var bodyLarge: UIFont { get set }
-
The font used for body paragraphs.
Declaration
Swift
var bodyParagraph: UIFont { get set }
-
The font used for subtitles.
Declaration
Swift
var subtitle: UIFont { get set }
-
The font used for captions.
Declaration
Swift
var caption: UIFont { get set }