summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-02-23 11:41:56 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-02-23 11:41:56 +0200
commit5d8bfceb00d5d6b358b358b76c5828344c179e5d (patch)
tree7cada0beda3ad5f6d167087e907a5ad12b21d9b7 /src/ui/text.h
parentf6d433225a9300907285515bfc21d7de7d947e66 (diff)
Added a Large Bold UI font
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 92da3e5d..e793b46e 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -37,6 +37,7 @@ enum iFontId {
37 defaultBig_FontId, 37 defaultBig_FontId,
38 defaultBigBold_FontId, 38 defaultBigBold_FontId,
39 defaultLarge_FontId, 39 defaultLarge_FontId,
40 defaultLargeBold_FontId,
40 defaultMonospace_FontId, 41 defaultMonospace_FontId,
41 defaultContentSized_FontId, 42 defaultContentSized_FontId,
42 /* content fonts */ 43 /* content fonts */
@@ -104,6 +105,7 @@ enum iFontId {
104 uiLabel_FontId = default_FontId, 105 uiLabel_FontId = default_FontId,
105 uiLabelBold_FontId = defaultBold_FontId, 106 uiLabelBold_FontId = defaultBold_FontId,
106 uiLabelLarge_FontId = defaultLarge_FontId, 107 uiLabelLarge_FontId = defaultLarge_FontId,
108 uiLabelLargeBold_FontId = defaultLargeBold_FontId,
107 uiShortcuts_FontId = default_FontId, 109 uiShortcuts_FontId = default_FontId,
108 uiInput_FontId = defaultMonospace_FontId, 110 uiInput_FontId = defaultMonospace_FontId,
109 uiContent_FontId = defaultMedium_FontId, 111 uiContent_FontId = defaultMedium_FontId,