Add subpixel rasterization.
This commit is contained in:
@@ -104,7 +104,7 @@ QtObject {
|
||||
readonly property int no_rasterization: 0
|
||||
readonly property int scanline_rasterization: 1
|
||||
readonly property int pixel_rasterization: 2
|
||||
readonly property int lcd_rasterization: 3
|
||||
readonly property int subpixel_rasterization: 3
|
||||
|
||||
property int rasterization: no_rasterization
|
||||
|
||||
@@ -148,7 +148,7 @@ QtObject {
|
||||
}
|
||||
},
|
||||
State {
|
||||
when: rasterization == lcd_rasterization
|
||||
when: rasterization == subpixel_rasterization
|
||||
PropertyChanges {
|
||||
target: fontManager
|
||||
source: "FontPixels.qml"
|
||||
|
||||
Reference in New Issue
Block a user