forked from organicmaps/organicmaps
[ios] Added fonts.
This commit is contained in:
parent
7d76f6f724
commit
64c717e8b1
2 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
+ (UIFont *)regular10;
|
||||
+ (UIFont *)regular12;
|
||||
+ (UIFont *)regular14;
|
||||
+ (UIFont *)regular15;
|
||||
+ (UIFont *)regular16;
|
||||
+ (UIFont *)regular17;
|
||||
+ (UIFont *)regular18;
|
||||
|
|
|
@ -22,6 +22,11 @@ static NSString * const kBoldFont = @"HelveticaNeue-Bold";
|
|||
return [UIFont fontWithName:kRegularFont size:14];
|
||||
}
|
||||
|
||||
+ (UIFont *)regular15
|
||||
{
|
||||
return [UIFont fontWithName:kRegularFont size:15];
|
||||
}
|
||||
|
||||
+ (UIFont *)regular16
|
||||
{
|
||||
return [UIFont fontWithName:kRegularFont size:16];
|
||||
|
|
Loading…
Add table
Reference in a new issue