UIFont
public extension UIFont
-
SwifterSwift: Font as bold font
Declaration
Swift
var bold: UIFont { get }
-
SwifterSwift: Font as italic font
Declaration
Swift
var italic: UIFont { get }
-
SwifterSwift: Font as monospaced font
UIFont.preferredFont(forTextStyle: .body).monospaced
Declaration
Swift
var monospaced: UIFont { get }