FontType
[email protected]
FontType
enum FontType: String {
case largeTitle
case title
case headline
case body
case footnote
case caption
}
label
font: FontType
enum FontType: String {
case largeTitle
case title
case headline
case body
case footnote
case caption
}
font: FontType