Details
-
Bug
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
5.13.2
-
None
-
macOS Big Sur
Description
when I use the qt3d example (planets-qml) on MacMini m1 , I found the qml label font is garbled.
if (QOpenGLContext::openGLModuleType() == QOpenGLContext::LibGL) { format.setVersion(3, 2);
format.setProfile(QSurfaceFormat::CoreProfile);
}
I deleted the above code , it will be OK.
// code placeholder
Attachments
Issue Links
- duplicates
-
QTBUG-89379 QQuickWindow::QtTextRendering cause font problem on Apple M1
- Closed