Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
5.9.1
-
None
-
iOS 11 Beta 7 - 9, Qt 5.9.1, every iOS-Device
Description
Since iOS11 Beta 7 there is a bug by displaying text. To reproduce this issue:
- create a Text in qml
- add pixelSize without font.family
- run and build an application (the qt example)
- open the app and leave it a couple of times
The current fix is setting the family for every Text, like
font.family = "Helvetica"
This really feels like a bug and it should be fixed in the next release versions.
Attachments
Issue Links
- duplicates
-
QTBUG-63476 Text is now garbled on iOS 11
- Closed
- relates to
-
QTBUG-63147 Qml Text displays corrupted text when font family is set to an empty string and font.pointSize is <= 13
- Closed