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:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user