update font name
This commit is contained in:
parent
315ea87c10
commit
bad190a3ab
@ -157,8 +157,8 @@ B3 -> Legal
|
||||
//75Bd 10pt only for support
|
||||
+ (nullable UIFont *)fontForUnreadMessageOnSupport;
|
||||
|
||||
//55Rg 16pt
|
||||
+(nullable UIFont *)fontFiveGMessage:(BOOL)genericScaling;
|
||||
//55Rg 16pt for 5G flow
|
||||
+ (nullable UIFont *)font5GMessage:(BOOL)genericScaling;
|
||||
|
||||
// Returns the fonts for these styles allowing to apply a generic scale by device or not.
|
||||
+ (nullable UIFont *)fontForBiggerHeadLine:(BOOL)genericScaling;
|
||||
|
||||
@ -356,7 +356,7 @@ CGFloat const LabelWithInternalButtonLineSpace = 2;
|
||||
}
|
||||
|
||||
|
||||
+ (nullable UIFont *)fontForHeadlineAlternative:(BOOL)genericScaling {
|
||||
+ (nullable UIFont *)font5GMessage:(BOOL)genericScaling; {
|
||||
CGFloat size = 24;
|
||||
if (genericScaling) {
|
||||
size = [self sizeFontGenericForCurrentDevice:size];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user