Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.5.0 RC
Description
When using PathText, the text is drawn in VERY pixelated shapes. See the screenshot.
import QtQuick import QtQuick.ShapesWindow { width: 1024 height: 320 visible: true title: qsTr("Hello pixels!") Shape { ShapePath { strokeColor: "transparent" strokeWidth: 0 fillColor: "black" PathText { font.family: "Helvetica"; font.pixelSize: 100; text: "OMG, rough edges!" } } } }
Attachments
Issue Links
- relates to
-
QTBUG-106529 QtQuick.Shapes docs lacks mentionning how to make it smooth
-
- Reported
-
-
QTBUG-104122 Research anti-aliased curve rendering for shapes
-
- In Progress
-