epgplus: use new FONT_TYPE_EPGPLUS_ITEM font; ...

TODO: re-implement bigfont handling


Origin commit data
------------------
Branch: ni/coolstream
Commit: 21b25fb1fe
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)

Origin message was:
------------------
- epgplus: use new FONT_TYPE_EPGPLUS_ITEM font; ...

TODO: re-implement bigfont handling


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-04-08 14:11:28 +02:00
parent 4df1b65ec0
commit 158ea7a8f6
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;