forked from organicmaps/organicmaps
[ios] Extended fonts list.
This commit is contained in:
parent
6dbf166f7a
commit
7c451f1349
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
@interface UIFont (MapsMeFonts)
|
||||
|
||||
+ (UIFont *)regular10;
|
||||
+ (UIFont *)regular12;
|
||||
+ (UIFont *)regular14;
|
||||
+ (UIFont *)regular16;
|
||||
+ (UIFont *)regular17;
|
||||
|
|
|
@ -12,6 +12,11 @@ static NSString * const kBoldFont = @"HelveticaNeue-Bold";
|
|||
return [UIFont fontWithName:kRegularFont size:10];
|
||||
}
|
||||
|
||||
+ (UIFont *)regular12
|
||||
{
|
||||
return [UIFont fontWithName:kRegularFont size:12];
|
||||
}
|
||||
|
||||
+ (UIFont *)regular14
|
||||
{
|
||||
return [UIFont fontWithName:kRegularFont size:14];
|
||||
|
|
Loading…
Add table
Reference in a new issue