epgplus: replace timeline fonts with FONT_TYPE_EPG_DATE

Origin commit data
------------------
Commit: 13b957204f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-04-08 (Sat, 08 Apr 2017)

Origin message was:
------------------
- epgplus: replace timeline fonts with FONT_TYPE_EPG_DATE
This commit is contained in:
vanhofen
2017-04-08 14:11:27 +02:00
parent 1283ddb02d
commit eaee6a8ab4
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;