Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void EpgPlus::ChannelEventEntry::init()
- {
- Font font_copy = *g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS];
- printf("**** font_copy: %d\n", font_copy.getSize());
- printf("**** font_orig: %d\n", g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS]->getSize());
- if (bigfont)
- font_copy.setSize((int)(font_copy.getSize() * BIGFONT_FACTOR));
- printf("**** font_copy: %d\n", font_copy.getSize());
- printf("**** font_orig: %d\n", g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS]->getSize());
- //TODO: re-implement bigfont
- font = g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS];
- separationLineHeight = sizes[EPGPlus_channelentry_separationlineheight];
- }
- key: 008a value 1, translate: 008a -help-
- **** font_copy: 25
- **** font_orig: 25
- **** font_copy: 37
- **** font_orig: 25
- key: 008a value 0, translate: 008a -help-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement