diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-29 21:40:02 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-29 21:40:02 +0300 |
commit | a2dc01464497eda1dbc03f474e798c47292dc3ee (patch) | |
tree | c899ca15b9d56747919d5bf18a40c68fb130d86f | |
parent | 1982c1020a8b3535b019cb1199010ff696968f62 (diff) |
Cleanup
-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 12a72836..eb6c66e8 100644 --- a/src/ui/text.c +++ b/src/ui/text.c | |||
@@ -166,7 +166,7 @@ static void initFonts_Text_(iText *d) { | |||
166 | const iBlock *italicFont = &fontNunitoLightItalic_Embedded; | 166 | const iBlock *italicFont = &fontNunitoLightItalic_Embedded; |
167 | const iBlock *boldFont = &fontNunitoExtraBold_Embedded; | 167 | const iBlock *boldFont = &fontNunitoExtraBold_Embedded; |
168 | const iBlock *lightFont = &fontNunitoExtraLight_Embedded; | 168 | const iBlock *lightFont = &fontNunitoExtraLight_Embedded; |
169 | float scaling = 1.0f; | 169 | float scaling = 1.0f; /* additional glyph scaling (<=1), to increase line spacing */ |
170 | if (d->contentFont == firaSans_TextFont) { | 170 | if (d->contentFont == firaSans_TextFont) { |
171 | regularFont = &fontFiraSansRegular_Embedded; | 171 | regularFont = &fontFiraSansRegular_Embedded; |
172 | italicFont = &fontFiraSansItalic_Embedded; | 172 | italicFont = &fontFiraSansItalic_Embedded; |