update ble pair
This commit is contained in:
parent
f632d69b4c
commit
150c218ea7
@ -160,6 +160,10 @@ B3 -> Legal
|
|||||||
//55Rg 16pt for 5G flow
|
//55Rg 16pt for 5G flow
|
||||||
+ (nullable UIFont *)font5GMessage:(BOOL)genericScaling;
|
+ (nullable UIFont *)font5GMessage:(BOOL)genericScaling;
|
||||||
|
|
||||||
|
//55Rg 16pt for 5G flow scale YES
|
||||||
|
+ (nullable UIFont *)font5GMessage;
|
||||||
|
|
||||||
|
|
||||||
// Returns the fonts for these styles allowing to apply a generic scale by device or not.
|
// Returns the fonts for these styles allowing to apply a generic scale by device or not.
|
||||||
+ (nullable UIFont *)fontForBiggerHeadLine:(BOOL)genericScaling;
|
+ (nullable UIFont *)fontForBiggerHeadLine:(BOOL)genericScaling;
|
||||||
+ (nullable UIFont *)fontForPlan:(BOOL)genericScaling;
|
+ (nullable UIFont *)fontForPlan:(BOOL)genericScaling;
|
||||||
|
|||||||
@ -355,6 +355,12 @@ CGFloat const LabelWithInternalButtonLineSpace = 2;
|
|||||||
return [MFFonts mfFont55Rg:size];
|
return [MFFonts mfFont55Rg:size];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
+ (nullable UIFont *)font5GMessage {
|
||||||
|
CGFloat size = 16;
|
||||||
|
size = [self sizeFontGenericForCurrentDevice:size];
|
||||||
|
return [MFFonts mfFont55Rg:size];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
+ (nullable UIFont *)fontForHeadlineAlternative:(BOOL)genericScaling {
|
+ (nullable UIFont *)fontForHeadlineAlternative:(BOOL)genericScaling {
|
||||||
CGFloat size = 24;
|
CGFloat size = 24;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user