epgplus: replace timeline fonts with FONT_TYPE_EPG_DATE

Origin commit data
------------------
Branch: ni/coolstream
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

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2017-04-08 14:11:27 +02:00
parent 6841ef6ce7
commit c4e5d9a2a3
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;