Make the upscaled fonts really upscaled. (Faster expecially at high resolutions).

This commit is contained in:
Filippo Scognamiglio
2014-12-31 13:46:03 +01:00
parent a63135045e
commit a6952251de
5 changed files with 126 additions and 54 deletions

View File

@@ -29,6 +29,7 @@ QtObject{
property int lineSpacing: _font.lineSpacing
property real screenScaling: scaling * _font.baseScaling
property real defaultFontWidth: fontlist.get(selectedFontIndex).fontWidth
property bool lowResolutionFont: true
property ListModel fontlist: ListModel{
ListElement{