update font name

This commit is contained in:
Chowdhury, Shohrab 2019-05-13 15:59:10 -04:00
parent 315ea87c10
commit bad190a3ab
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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];