From bad190a3aba01748be52076b1f1ac9e5fe07e416 Mon Sep 17 00:00:00 2001 From: "Chowdhury, Shohrab" Date: Mon, 13 May 2019 15:59:10 -0400 Subject: [PATCH] update font name --- MVMCoreUI/Styles/MFStyler.h | 4 ++-- MVMCoreUI/Styles/MFStyler.m | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MVMCoreUI/Styles/MFStyler.h b/MVMCoreUI/Styles/MFStyler.h index ddafe4c9..09299a82 100644 --- a/MVMCoreUI/Styles/MFStyler.h +++ b/MVMCoreUI/Styles/MFStyler.h @@ -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; diff --git a/MVMCoreUI/Styles/MFStyler.m b/MVMCoreUI/Styles/MFStyler.m index 45a881a0..f31cb88c 100644 --- a/MVMCoreUI/Styles/MFStyler.m +++ b/MVMCoreUI/Styles/MFStyler.m @@ -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];