summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-14 18:33:48 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-14 18:33:48 +0200
commitc11e09353ba7558f15958a01a0a4ac8f704d1ba5 (patch)
treeb25f0a38260c4b740dea0b6064b18b41da9fd2b6 /src/ui/text.h
parent89539c36c573edf5cb8e3453ef27acd9c82ce3db (diff)
macOS: Font tweak for ⌘ and ⇧ characters
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 3dd949d9..25312973 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -34,6 +34,7 @@ enum iFontId {
34 defaultMedium_FontId, 34 defaultMedium_FontId,
35 defaultLarge_FontId, 35 defaultLarge_FontId,
36 defaultMonospace_FontId, 36 defaultMonospace_FontId,
37 defaultContentSized_FontId,
37 /* content fonts */ 38 /* content fonts */
38 regular_FontId, 39 regular_FontId,
39 monospace_FontId, 40 monospace_FontId,