Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
QDS 4.3
-
None
Description
I know that if the word wrap is enabled, QDS checks the height overflow.
However, there may be a case where the height of the glyph in particular language overflows the defined text height.
This is a bit extreme example as the height is set to 1, but I believe the argument above still holds its validity.
// QML code to test Text { text: qsTrId("Text") font.pixelSize: 12 height: 1 }