summaryrefslogtreecommitdiff
path: root/src/ios.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/ios.m')
-rw-r--r--src/ios.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ios.m b/src/ios.m
index b6fbdec0..43d7ec69 100644
--- a/src/ios.m
+++ b/src/ios.m
@@ -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];