summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/text.h')
-rw-r--r--src/ui/text.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ui/text.h b/src/ui/text.h
index 21ed4c8e..35ae48f8 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -35,7 +35,8 @@ enum iFontSize {
35 uiMedium_FontSize, /* 1.125 */ 35 uiMedium_FontSize, /* 1.125 */
36 uiBig_FontSize, /* 1.333 */ 36 uiBig_FontSize, /* 1.333 */
37 uiLarge_FontSize, /* 1.666 */ 37 uiLarge_FontSize, /* 1.666 */
38 uiSmall_FontSize, /* 0.800 */ 38 uiSmall_FontSize, /* 0.900 */
39 uiTiny_FontSize, /* 0.800 */
39 contentRegular_FontSize, 40 contentRegular_FontSize,
40 contentMedium_FontSize, 41 contentMedium_FontSize,
41 contentBig_FontSize, 42 contentBig_FontSize,
@@ -60,6 +61,7 @@ enum iFontId {
60 defaultBig_FontId, 61 defaultBig_FontId,
61 defaultLarge_FontId, 62 defaultLarge_FontId,
62 defaultSmall_FontId, 63 defaultSmall_FontId,
64 defaultTiny_FontId,
63 /* UI fonts: bold weight */ 65 /* UI fonts: bold weight */
64 defaultBold_FontId, 66 defaultBold_FontId,
65 defaultMediumBold_FontId, 67 defaultMediumBold_FontId,