summaryrefslogtreecommitdiff
path: root/src/ui/text.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-22 11:55:13 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-22 11:55:13 +0200
commit1174f2e9318a58602baccdfb3e2465645d263601 (patch)
treeef1a2388790e2ad416a1a71681954b2b595339a8 /src/ui/text.c
parentc95aab351dfcf1282925708b16ceb727895da66b (diff)
iOS: Font adjustments
Diffstat (limited to 'src/ui/text.c')
-rw-r--r--src/ui/text.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.c b/src/ui/text.c
index 9f9d4396..8736ed18 100644
--- a/src/ui/text.c
+++ b/src/ui/text.c
@@ -262,6 +262,7 @@ static void initFonts_Text_(iText *d) {
262 { &fontSourceSansProRegular_Embedded, uiSize * 1.125f, 1.0f, defaultMediumSymbols_FontId }, 262 { &fontSourceSansProRegular_Embedded, uiSize * 1.125f, 1.0f, defaultMediumSymbols_FontId },
263 { &fontSourceSansProBold_Embedded, uiSize * 1.125f, 1.0f, defaultMediumSymbols_FontId }, 263 { &fontSourceSansProBold_Embedded, uiSize * 1.125f, 1.0f, defaultMediumSymbols_FontId },
264 { &fontSourceSansProRegular_Embedded, uiSize * 1.333f, 1.0f, defaultBigSymbols_FontId }, 264 { &fontSourceSansProRegular_Embedded, uiSize * 1.333f, 1.0f, defaultBigSymbols_FontId },
265 { &fontSourceSansProBold_Embedded, uiSize * 1.333f, 1.0f, defaultBigSymbols_FontId },
265 { &fontSourceSansProRegular_Embedded, uiSize * 1.666f, 1.0f, defaultLargeSymbols_FontId }, 266 { &fontSourceSansProRegular_Embedded, uiSize * 1.666f, 1.0f, defaultLargeSymbols_FontId },
266 { &fontIosevkaTermExtended_Embedded, uiSize * 0.866f, 1.0f, defaultSymbols_FontId }, 267 { &fontIosevkaTermExtended_Embedded, uiSize * 0.866f, 1.0f, defaultSymbols_FontId },
267 { &fontSourceSansProRegular_Embedded, textSize, scaling, symbols_FontId }, 268 { &fontSourceSansProRegular_Embedded, textSize, scaling, symbols_FontId },