summaryrefslogtreecommitdiff
path: root/src/ui/text.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-10-01 16:23:10 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-10-01 16:23:10 +0300
commit692db72f23b6157aad2d450ec47410115c1fb76f (patch)
tree5d30845b9fef710621ee30148ef81f256b884c46 /src/ui/text.h
parentb0b66f8ddeaabed289e6609dc0a5c1f79dd176df (diff)
Text: Added small size to symbol fonts
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 1da43818..21ed4c8e 100644
--- a/src/ui/text.h
+++ b/src/ui/text.h
@@ -35,6 +35,7 @@ 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 contentRegular_FontSize, 39 contentRegular_FontSize,
39 contentMedium_FontSize, 40 contentMedium_FontSize,
40 contentBig_FontSize, 41 contentBig_FontSize,