I’m using the Quicksand Font [google.com] for one of my designs and I’m observing certain defects at large font sizes, particularly for “0” and “8” characters. The curves start to flatten out at any font size greater than 65 points/pixels. I haven’t tested for every character but my primary concern is for numbers. I observe the same effect with both Qt Quick 1.1 and 2.0.
Rectangle {
width: 360
height: 360
Text {
anchors.centerIn: parent
text: "08"
font {pixelSize: 165; family: "Quicksand";}
}
}
[Expected]
[QML Result]
Expected output was generated using Typecast [typecast.com]
↧