QMUIFontWeight
NS_ENUM(NSUInteger, QMUIFontWeight) {
QMUIFontWeightLight, // 对应 UIFontWeightLight
QMUIFontWeightNormal, // 对应 UIFontWeightRegular
QMUIFontWeightBold // 对应 UIFontWeightSemibold
}
Undocumented
-
Undocumented
Declaration
Objective-C
QMUIFontWeightLight
Swift
case light = 0
-
Undocumented
Declaration
Objective-C
QMUIFontWeightNormal
Swift
case normal = 1
-
Undocumented
Declaration
Objective-C
QMUIFontWeightBold
Swift
case bold = 2