- epgplus: use new FONT_TYPE_EPGPLUS_ITEM font; ...

TODO: re-implement bigfont handling
This commit is contained in:
vanhofen
2017-04-08 14:11:28 +02:00
committed by svenhoefer
parent 7b7430969a
commit 21b25fb1fe
2 changed files with 4 additions and 48 deletions

View File

@@ -40,13 +40,6 @@ class EpgPlus
{
//// types, inner classes
public:
enum FontSettingID
{
EPGPlus_channelentry_font = 0,
EPGPlus_channelevententry_font,
NumberOfFontSettings
};
enum SizeSettingID
{
EPGPlus_channelentry_width = 0,
@@ -54,13 +47,6 @@ class EpgPlus
NumberOfSizeSettings
};
struct FontSetting
{
FontSettingID settingID;
const char* style;
int size;
};
struct SizeSetting
{
SizeSettingID settingID;