BPKFontStyle

enum BPKFontStyle {}

These constants represent the font style.

  • Represents font size 16 with weight UIFontWeightRegular.

    Declaration

    Objective-C

    BPKFontStyleTextBase = 0

    Swift

    case textBase = 0
  • Represents font size 16 with weight UIFontWeightBold.

    Declaration

    Objective-C

    BPKFontStyleTextBaseEmphasized = 1

    Swift

    case textBaseEmphasized = 1
  • Represents font size 10 with weight UIFontWeightRegular.

    Declaration

    Objective-C

    BPKFontStyleTextCaps = 11

    Swift

    case textCaps = 11
  • Represents font size 10 with weight UIFontWeightBold.

    Declaration

    Objective-C

    BPKFontStyleTextCapsEmphasized = 12

    Swift

    case textCapsEmphasized = 12
  • Represents font size 20 with weight UIFontWeightRegular.

    Declaration

    Objective-C

    BPKFontStyleTextLg = 2

    Swift

    case textLg = 2
  • Represents font size 20 with weight UIFontWeightBold.

    Declaration

    Objective-C

    BPKFontStyleTextLgEmphasized = 3

    Swift

    case textLgEmphasized = 3
  • Represents font size 14 with weight UIFontWeightRegular.

    Declaration

    Objective-C

    BPKFontStyleTextSm = 4

    Swift

    case textSm = 4
  • Represents font size 14 with weight UIFontWeightBold.

    Declaration

    Objective-C

    BPKFontStyleTextSmEmphasized = 5

    Swift

    case textSmEmphasized = 5
  • Represents font size 24 with weight UIFontWeightRegular.

    Declaration

    Objective-C

    BPKFontStyleTextXl = 6

    Swift

    case textXl = 6
  • Represents font size 24 with weight UIFontWeightBold.

    Declaration

    Objective-C

    BPKFontStyleTextXlEmphasized = 7

    Swift

    case textXlEmphasized = 7
  • Represents font size 24 with weight UIFontWeightHeavy.

    Declaration

    Objective-C

    BPKFontStyleTextXlHeavy = 10

    Swift

    case textXlHeavy = 10
  • Represents font size 12 with weight UIFontWeightRegular.

    Declaration

    Objective-C

    BPKFontStyleTextXs = 8

    Swift

    case textXs = 8
  • Represents font size 12 with weight UIFontWeightBold.

    Declaration

    Objective-C

    BPKFontStyleTextXsEmphasized = 9

    Swift

    case textXsEmphasized = 9
  • Represents font size 30 with weight UIFontWeightRegular.

    Declaration

    Objective-C

    BPKFontStyleTextXxl = 13

    Swift

    case textXxl = 13
  • Represents font size 30 with weight UIFontWeightBold.

    Declaration

    Objective-C

    BPKFontStyleTextXxlEmphasized = 14

    Swift

    case textXxlEmphasized = 14
  • Represents font size 30 with weight UIFontWeightHeavy.

    Declaration

    Objective-C

    BPKFontStyleTextXxlHeavy = 15

    Swift

    case textXxlHeavy = 15
  • Represents font size 36 with weight UIFontWeightRegular.

    Declaration

    Objective-C

    BPKFontStyleTextXxxl = 16

    Swift

    case textXxxl = 16
  • Represents font size 36 with weight UIFontWeightBold.

    Declaration

    Objective-C

    BPKFontStyleTextXxxlEmphasized = 17

    Swift

    case textXxxlEmphasized = 17
  • Represents font size 36 with weight UIFontWeightHeavy.

    Declaration

    Objective-C

    BPKFontStyleTextXxxlHeavy = 18

    Swift

    case textXxxlHeavy = 18