CFbAccelCSHD2: Add scaleFont()function for font upscaling when fullhd is aktiv

Origin commit data
------------------
Branch: ni/coolstream
Commit: 88c834221b
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-02-13 (Mon, 13 Feb 2017)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2017-02-13 12:49:30 +01:00
parent d5d1fc0728
commit 9fe7ca7e26
3 changed files with 10 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ class CFbAccelCSHD2
void blitBox2FB(const fb_pixel_t* boxBuf, uint32_t width, uint32_t height, uint32_t xoff, uint32_t yoff);
void setBlendMode(uint8_t);
void setBlendLevel(int);
int scaleFont(int size);
};
class CFbAccelGLFB