- epgplus: replace timeline fonts with FONT_TYPE_EPG_DATE

This commit is contained in:
vanhofen
2017-04-08 14:11:27 +02:00
committed by svenhoefer
parent 6f62ccfc1a
commit 13b957204f
2 changed files with 22 additions and 29 deletions

View File

@@ -41,9 +41,7 @@ class EpgPlus
public:
enum FontSettingID
{
EPGPlus_timeline_fonttime = 0,
EPGPlus_timeline_fontdate,
EPGPlus_channelentry_font,
EPGPlus_channelentry_font = 0,
EPGPlus_channelevententry_font,
EPGPlus_footer_fontbouquetchannelname,
EPGPlus_footer_fonteventdescription,
@@ -154,8 +152,7 @@ class EpgPlus
int y;
int width;
static Font* fontTime;
static Font* fontDate;
static Font* font;
int startX;
int durationX;