mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user