Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.14.0 Beta2
-
None
Description
I have been testing Qt 5.14. I observe that fonts are much larger when running on iOS that they were before when setting pointSize. It seems like the high DPI scaling does not work anymore in Qt 5.14.
Minimal reproducer.
Text {
text: "test"
font.pointSize: 17
}