- neutrinofonts: introduce fixed (non user scalable) fonts

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2019-03-08 23:16:46 +01:00
committed by Thilo Graf
parent 7426845feb
commit 8329304a48
4 changed files with 62 additions and 8 deletions

View File

@@ -766,6 +766,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;