forked from organicmaps/organicmaps
[ios] Added regular font sizes.
This commit is contained in:
parent
9ee87561bc
commit
41989ef428
2 changed files with 12 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
+ (UIFont *)regular17;
|
||||
+ (UIFont *)regular18;
|
||||
+ (UIFont *)regular24;
|
||||
+ (UIFont *)regular32;
|
||||
+ (UIFont *)regular52;
|
||||
+ (UIFont *)medium10;
|
||||
+ (UIFont *)medium14;
|
||||
+ (UIFont *)medium16;
|
||||
|
|
|
@ -42,6 +42,16 @@ static NSString * const kBoldFont = @"HelveticaNeue-Bold";
|
|||
return [UIFont fontWithName:kRegularFont size:24];
|
||||
}
|
||||
|
||||
+ (UIFont *)regular32
|
||||
{
|
||||
return [UIFont fontWithName:kRegularFont size:32];
|
||||
}
|
||||
|
||||
+ (UIFont *)regular52
|
||||
{
|
||||
return [UIFont fontWithName:kRegularFont size:52];
|
||||
}
|
||||
|
||||
+ (UIFont *)medium10
|
||||
{
|
||||
return [UIFont fontWithName:kMediumFont size:10];
|
||||
|
|
Loading…
Add table
Reference in a new issue