Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

Font Scaling issue with Quicksand

$
0
0
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]

Viewing all articles
Browse latest Browse all 4972

Trending Articles