framebuffer: rename scaleFont() to scale2Res()

Origin commit data
------------------
Commit: e631c3e3c0
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-19 (Sun, 19 Feb 2017)

Origin message was:
------------------
- framebuffer: rename scaleFont() to scale2Res()
This commit is contained in:
vanhofen
2017-02-19 23:22:12 +01:00
parent b37a04311e
commit 0f93a1d522
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);