From 692db72f23b6157aad2d450ec47410115c1fb76f Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 1 Oct 2021 16:23:10 +0300 Subject: Text: Added small size to symbol fonts --- src/ui/text.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/text.h') 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 { uiMedium_FontSize, /* 1.125 */ uiBig_FontSize, /* 1.333 */ uiLarge_FontSize, /* 1.666 */ + uiSmall_FontSize, /* 0.800 */ contentRegular_FontSize, contentMedium_FontSize, contentBig_FontSize, -- cgit v1.2.3