-
Bug
-
Resolution: Unresolved
-
P4: Low
-
QDS 4.4
-
None
This is how the original text look like in Figma.
But this is how it looks like in QDS after imported.
Here's the QML for the Text.
Text { id: this_is_Screen1 x: 316 y: 74 width: 178 height: 89 color: "#ff0000" text: qsTrId("This is \nScreen1") font.letterSpacing: 8.391 font.pixelSize: 30 horizontalAlignment: Text.AlignHCenter verticalAlignment: Text.AlignBottom lineHeight: 35 lineHeightMode: Text.FixedHeight wrapMode: Text.NoWrap styleColor: "#000000" style: Text.Outline font.weight: Font.Bold font.family: "Arial" }
The .fig file and the exported .qtbridge file are attached.
- depends on
-
QTBUG-126110 Support paragraph spacing in Qt Quick Text
-
- Reported
-