P
Size: a a a
🅰Б
🅰Б
FontSize {
case xxl
var size: CGFloat {
switch
self {
case .xxl:
return UIScreen.main.bounds.width * 1.3
}
}
}
let size = FontSize.xxl
size.size
K
K
K
K
K
K
adjustsFontSizeToFitWidth =
true