Improved scanlines for all fonts at all font scaling. Now I manually choose the best looking values for every font in any zoom level. Tedious but the effect is awesome.

This commit is contained in:
Filippo Scognamiglio
2014-05-31 19:28:35 +02:00
parent 4ad83b2dcc
commit aa37892d76
5 changed files with 115 additions and 64 deletions
+4 -7
View File
@@ -94,14 +94,11 @@ Window {
onCurrentIndexChanged: shadersettings.font_index = currentIndex
}
Text{text: qsTr("Font scaling:")}
SpinBox{
ComboBox{
Layout.fillWidth: true
decimals: 2
stepSize: 0.25
value: shadersettings.font_scaling
minimumValue: 0.5
maximumValue: 2.0
onValueChanged: shadersettings.font_scaling = value;
model: shadersettings._font_scalings
currentIndex: shadersettings.font_scaling_index
onCurrentIndexChanged: shadersettings.font_scaling_index = currentIndex
}
Item{Layout.fillHeight: true}
ColorButton{