summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 10:41:44 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-12-12 10:41:44 +0200
commit7bc2f1b1dd089bfd362ad04dad47ab38c6d9ff37 (patch)
treef0e2f02a5adb9038401c2713772c2bc82a2c57c3 /src/ui/text.h
parent96a7ee14151b250e0587ec81a50afb7fe34c7567 (diff)
InputWidget: Allow variable-width fonts
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index a0b2dc1a..6728bb62 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -91,6 +91,8 @@ enum iFontId {
91 91
92 /* Meta: */ 92 /* Meta: */
93 fromSymbolsToEmojiOffset_FontId = 10, 93 fromSymbolsToEmojiOffset_FontId = 10,
94 mask_FontId = 0xffff,
95 alwaysVariableFlag_FontId = 0x10000,
94 96
95 /* UI fonts: */ 97 /* UI fonts: */
96 uiLabel_FontId = default_FontId, 98 uiLabel_FontId = default_FontId,