- framebuffer: rename scaleFont() to scale2Res()

This commit is contained in:
svenhoefer
2017-02-19 23:22:12 +01:00
parent 979bac14f0
commit e631c3e3c0
6 changed files with 14 additions and 9 deletions

View File

@@ -77,7 +77,7 @@ void CInfoClock::initCCLockItems()
//set height, NOTE: height is strictly bound to settings
height = g_settings.infoClockFontSize;
#ifdef ENABLE_CHANGE_OSD_RESOLUTION
height = CFrameBuffer::getInstance()->scaleFont(height);
height = CFrameBuffer::getInstance()->scale2Res(height);
#endif
initClockFont(0, height);