diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-22 16:20:33 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-22 16:20:45 +0300 |
commit | 514bd9ac87f4bb4d70f7512120b15b42f28966db (patch) | |
tree | 81604ae0673f8130d165c7866d4bd1e7d7b67fc7 /src/ui | |
parent | e0e53e4a51afcbd22345d12416645d3fc5483a18 (diff) |
GmDocument: Trying a first paragraph emphasis
Diffstat (limited to 'src/ui')
-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 afad778c..a24d4030 100644 --- a/src/ui/text.c +++ b/src/ui/text.c | |||
@@ -117,7 +117,7 @@ void init_Text(SDL_Renderer *render) { | |||
117 | const struct { const iBlock *ttf; int size; } fontData[max_FontId] = { | 117 | const struct { const iBlock *ttf; int size; } fontData[max_FontId] = { |
118 | { &fontFiraSansRegular_Embedded, fontSize_UI }, | 118 | { &fontFiraSansRegular_Embedded, fontSize_UI }, |
119 | { &fontFiraMonoRegular_Embedded, fontSize_UI * 0.85f }, | 119 | { &fontFiraMonoRegular_Embedded, fontSize_UI * 0.85f }, |
120 | { &fontFiraSansRegular_Embedded, fontSize_UI * 1.5f }, | 120 | { &fontFiraSansRegular_Embedded, fontSize_UI * 1.35f }, |
121 | { &fontFiraSansLightItalic_Embedded, fontSize_UI }, | 121 | { &fontFiraSansLightItalic_Embedded, fontSize_UI }, |
122 | { &fontFiraSansBold_Embedded, fontSize_UI }, | 122 | { &fontFiraSansBold_Embedded, fontSize_UI }, |
123 | { &fontFiraSansBold_Embedded, fontSize_UI * 1.35f }, | 123 | { &fontFiraSansBold_Embedded, fontSize_UI * 1.35f }, |