Advertisement
svenhoefer

Untitled

Apr 6th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.83 KB | None | 0 0
  1. void EpgPlus::ChannelEventEntry::init()
  2. {
  3.     Font font_copy = *g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS];
  4.  
  5. printf("**** font_copy: %d\n", font_copy.getSize());
  6. printf("**** font_orig: %d\n", g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS]->getSize());
  7.  
  8.     if (bigfont)
  9.         font_copy.setSize((int)(font_copy.getSize() * BIGFONT_FACTOR));
  10.  
  11. printf("**** font_copy: %d\n", font_copy.getSize());
  12. printf("**** font_orig: %d\n", g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS]->getSize());
  13.  
  14.     //TODO: re-implement bigfont
  15.     font = g_Font[SNeutrinoSettings::FONT_TYPE_EPGPLUS_EVENTS];
  16.     separationLineHeight = sizes[EPGPlus_channelentry_separationlineheight];
  17. }
  18.  
  19.  
  20.  
  21.  
  22. key: 008a value 1, translate: 008a -help-
  23. **** font_copy: 25
  24. **** font_orig: 25
  25. **** font_copy: 37
  26. **** font_orig: 25
  27. key: 008a value 0, translate: 008a -help-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement