neutrinofonts: introduce fixed (non user scalable) fonts

Origin commit data
------------------
Branch: ni/coolstream
Commit: c9403a04f3
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-08 (Fri, 08 Mar 2019)

Origin message was:
------------------
- neutrinofonts: introduce fixed (non user scalable) fonts

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-03-08 23:16:46 +01:00
parent 3de0547953
commit 9fa45105a1
4 changed files with 62 additions and 8 deletions

View File

@@ -773,6 +773,19 @@ struct SNeutrinoSettings
FONT_TYPE_COUNT
};
enum FONT_TYPES_FIXED {
FONT_TYPE_FIXED_30_BOLD = 0,
FONT_TYPE_FIXED_30_REGULAR,
FONT_TYPE_FIXED_30_ITALIC,
FONT_TYPE_FIXED_20_BOLD,
FONT_TYPE_FIXED_20_REGULAR,
FONT_TYPE_FIXED_20_ITALIC,
FONT_TYPE_FIXED_16_BOLD,
FONT_TYPE_FIXED_16_REGULAR,
FONT_TYPE_FIXED_16_ITALIC,
FONT_TYPE_FIXED_COUNT
};
int infoClockFontSize;
int infoClockSeconds;
int infoClockBackground;