diff options
Diffstat (limited to 'src/ios.m')
-rw-r--r-- | src/ios.m | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -850,7 +850,7 @@ void setFont_SystemTextInput(iSystemTextInput *d, int fontId) { | |||
850 | // for (NSString *name in [UIFont fontNamesForFamilyName:@"Iosevka Term"]) { | 850 | // for (NSString *name in [UIFont fontNamesForFamilyName:@"Iosevka Term"]) { |
851 | // printf("fontname: %s\n", [name cStringUsingEncoding:NSUTF8StringEncoding]); | 851 | // printf("fontname: %s\n", [name cStringUsingEncoding:NSUTF8StringEncoding]); |
852 | // } | 852 | // } |
853 | font = [UIFont fontWithName:@"Iosevka-Term-Extended" size:height * 0.8f]; | 853 | font = [UIFont fontWithName:@"Iosevka-Term-Extended" size:height * 0.82f]; |
854 | } | 854 | } |
855 | else { | 855 | else { |
856 | // font = [UIFont systemFontOfSize:0.65f * height]; | 856 | // font = [UIFont systemFontOfSize:0.65f * height]; |