Advertisement
svenhoefer

Untitled

Apr 6th, 2017
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.29 KB | None | 0 0
  1. void EpgPlus::ChannelEventEntry::init()
  2. {
  3.     Font font_copy = *g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS];
  4.     if (bigfont)
  5.         font_copy.setSize((int)(font_copy.getSize() * BIGFONT_FACTOR));
  6.  
  7.     font = font_copy;
  8.     separationLineHeight = sizes[EPGPlus_channelentry_separationlineheight];
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement