mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11:04 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user