How to change the text height in qml?
-
I know there's a way to change font size, but I want to change the height of the text without changing the width. This is very important to me, because otherwise I have to import a new font or text image, which is pretty inconvenient for designing.
-
seems that adding "transform: Scale { origin.x: 25; origin.y: 25; xScale: 3}" in Text works.
-
W William_alreadyused has marked this topic as solved on