#3792 Add font size 10 and 14

This commit is contained in:
Magne Sjaastad 2018-12-03 14:18:07 +01:00
parent 7128c58b6c
commit 4d25cd0c71
2 changed files with 3156 additions and 12 deletions

File diff suppressed because it is too large Load Diff

View File

@ -63,7 +63,9 @@ public:
enum FontSize
{
POINT_SIZE_8, // 8pt
POINT_SIZE_10,
POINT_SIZE_12,
POINT_SIZE_14,
POINT_SIZE_16, // 16pt
POINT_SIZE_24,
POINT_SIZE_32