TextTheme
public protocol TextTheme
Represents a type that use for holding TextAppearance protocol.
-
Text appearance for largeTitle font.
Declaration
Swift
var largeTitle: TextAppearance { get }
-
Text appearance for title1 font.
Declaration
Swift
var title1: TextAppearance { get }
-
Text appearance appearance for title2 font.
Declaration
Swift
var title2: TextAppearance { get }
-
Text appearance for title3 font.
Declaration
Swift
var title3: TextAppearance { get }
-
Text appearance for headline font.
Declaration
Swift
var headline: TextAppearance { get }
-
Text appearance for subheadline font.
Declaration
Swift
var subheadline: TextAppearance { get }
-
Text appearance for bodyText font.
Declaration
Swift
var body: TextAppearance { get }
-
Text appearance for callout font.
Declaration
Swift
var callout: TextAppearance { get }
-
Text appearance for footnote font.
Declaration
Swift
var footnote: TextAppearance { get }
-
Text appearance for caption1 font.
Declaration
Swift
var caption1: TextAppearance { get }
-
Text appearance for caption2 font.
Declaration
Swift
var caption2: TextAppearance { get }
-
Text appearance for alert buttons.
Declaration
Swift
var alertButton: TextAppearance { get }
-
Text appearance for textView font.
Declaration
Swift
var textView: TextAppearance { get }
-
Text appearance for textField font.
Declaration
Swift
var textField: TextAppearance { get }
-
Text appearance for normal state buttons.
Declaration
Swift
var normalButton: TextAppearance { get }
-
Text appearance for disabled state buttons.
Declaration
Swift
var disabledButton: TextAppearance { get }
-
Text appearance for highlighted state buttons.
Declaration
Swift
var highlightedButton: TextAppearance { get }