BPKFontStyle
enum BPKFontStyle {}
These constants represent the font style.
-
Represents font size 16 with weight UIFontWeightRegular.
Declaration
Objective-C
BPKFontStyleTextBase = 0Swift
case textBase = 0 -
Represents font size 16 with weight UIFontWeightBold.
Declaration
Objective-C
BPKFontStyleTextBaseEmphasized = 1Swift
case textBaseEmphasized = 1 -
Represents font size 10 with weight UIFontWeightRegular.
Declaration
Objective-C
BPKFontStyleTextCaps = 11Swift
case textCaps = 11 -
Represents font size 10 with weight UIFontWeightBold.
Declaration
Objective-C
BPKFontStyleTextCapsEmphasized = 12Swift
case textCapsEmphasized = 12 -
Represents font size 20 with weight UIFontWeightRegular.
Declaration
Objective-C
BPKFontStyleTextLg = 2Swift
case textLg = 2 -
Represents font size 20 with weight UIFontWeightBold.
Declaration
Objective-C
BPKFontStyleTextLgEmphasized = 3Swift
case textLgEmphasized = 3 -
Represents font size 14 with weight UIFontWeightRegular.
Declaration
Objective-C
BPKFontStyleTextSm = 4Swift
case textSm = 4 -
Represents font size 14 with weight UIFontWeightBold.
Declaration
Objective-C
BPKFontStyleTextSmEmphasized = 5Swift
case textSmEmphasized = 5 -
Represents font size 24 with weight UIFontWeightRegular.
Declaration
Objective-C
BPKFontStyleTextXl = 6Swift
case textXl = 6 -
Represents font size 24 with weight UIFontWeightBold.
Declaration
Objective-C
BPKFontStyleTextXlEmphasized = 7Swift
case textXlEmphasized = 7 -
Represents font size 24 with weight UIFontWeightHeavy.
Declaration
Objective-C
BPKFontStyleTextXlHeavy = 10Swift
case textXlHeavy = 10 -
Represents font size 12 with weight UIFontWeightRegular.
Declaration
Objective-C
BPKFontStyleTextXs = 8Swift
case textXs = 8 -
Represents font size 12 with weight UIFontWeightBold.
Declaration
Objective-C
BPKFontStyleTextXsEmphasized = 9Swift
case textXsEmphasized = 9 -
Represents font size 30 with weight UIFontWeightRegular.
Declaration
Objective-C
BPKFontStyleTextXxl = 13Swift
case textXxl = 13 -
Represents font size 30 with weight UIFontWeightBold.
Declaration
Objective-C
BPKFontStyleTextXxlEmphasized = 14Swift
case textXxlEmphasized = 14 -
Represents font size 30 with weight UIFontWeightHeavy.
Declaration
Objective-C
BPKFontStyleTextXxlHeavy = 15Swift
case textXxlHeavy = 15 -
Represents font size 36 with weight UIFontWeightRegular.
Declaration
Objective-C
BPKFontStyleTextXxxl = 16Swift
case textXxxl = 16 -
Represents font size 36 with weight UIFontWeightBold.
Declaration
Objective-C
BPKFontStyleTextXxxlEmphasized = 17Swift
case textXxxlEmphasized = 17 -
Represents font size 36 with weight UIFontWeightHeavy.
Declaration
Objective-C
BPKFontStyleTextXxxlHeavy = 18Swift
case textXxxlHeavy = 18
BPKFontStyle Enumeration Reference