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];
- if (bigfont)
- font_copy.setSize((int)(font_copy.getSize() * BIGFONT_FACTOR));
- font = font_copy;
- separationLineHeight = sizes[EPGPlus_channelentry_separationlineheight];
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement