diff options
Diffstat (limited to 'src/ui/text.c')
-rw-r--r-- | src/ui/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/text.c b/src/ui/text.c index c241c66b..0b8c98e7 100644 --- a/src/ui/text.c +++ b/src/ui/text.c | |||
@@ -220,7 +220,7 @@ static void initFonts_Text_(iText *d) { | |||
220 | { &fontFiraMonoRegular_Embedded, monoSize, 1.0f, monospaceSymbols_FontId }, | 220 | { &fontFiraMonoRegular_Embedded, monoSize, 1.0f, monospaceSymbols_FontId }, |
221 | { &fontFiraMonoRegular_Embedded, monoSize * 0.750f, 1.0f, monospaceSmallSymbols_FontId }, | 221 | { &fontFiraMonoRegular_Embedded, monoSize * 0.750f, 1.0f, monospaceSmallSymbols_FontId }, |
222 | { regularFont, textSize * 1.200f, scaling, mediumSymbols_FontId }, | 222 | { regularFont, textSize * 1.200f, scaling, mediumSymbols_FontId }, |
223 | { h3Font, textSize * 1.333f, scaling, bigSymbols_FontId }, | 223 | { h3Font, textSize * 1.333f, h123Scaling, bigSymbols_FontId }, |
224 | { italicFont, textSize, scaling, symbols_FontId }, | 224 | { italicFont, textSize, scaling, symbols_FontId }, |
225 | { h12Font, textSize * 1.666f, h123Scaling, largeSymbols_FontId }, | 225 | { h12Font, textSize * 1.666f, h123Scaling, largeSymbols_FontId }, |
226 | { h12Font, textSize * 2.000f, h123Scaling, hugeSymbols_FontId }, | 226 | { h12Font, textSize * 2.000f, h123Scaling, hugeSymbols_FontId }, |