Font
public protocol Font
Represnts font set.
-
List of fonts and their text style
Declaration
Swift
var fonts: [TextStyle : FontConvertible] { get } -
font(forTextStyle:)Default implementationCreates font for text style
Default Implementation
Creates font for text style
Declaration
Swift
func font(forTextStyle textStyle: TextStyle) -> UIFont
View on GitHub
Install in Dash
Font Protocol Reference