neutrino: Upscaling fonts, infoclock and volumebar for full hd

Origin commit data
------------------
Commit: 13a7358e64
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)
This commit is contained in:
Michael Liebmann
2017-02-13 12:49:34 +01:00
parent dec085f4ee
commit 166919764a
3 changed files with 26 additions and 3 deletions

View File

@@ -76,6 +76,9 @@ 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);
#endif
initClockFont(0, height);
// set corner radius depending on clock height