Create new registry variables for the font sizes to reflect they are now point sizes and not just enum values

This commit is contained in:
Gaute Lindkvist
2020-01-08 13:32:50 +01:00
parent fdb453a813
commit 909ddbfcd5
3 changed files with 42 additions and 12 deletions

View File

@@ -40,6 +40,7 @@ class RiaFontCache
public:
enum FontSize
{
INVALID = -1,
MIN_FONT_SIZE = 8,
FONT_SIZE_8 = 8,
FONT_SIZE_10 = 10,