Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
4.6.0
-
None
-
1e7922262c29ba29a70226cf8894645f46df3ca2
Description
When you run designer with "-graphicssystem opengl", the about dialog has slightly corrupted text. Resizing the window to an even height makes the text rendered correctly, but resizing it again to an odd size demonstrates the problem. When using the GL1 engine (-graphicssystem opengl1), there is still corruption but the text instead appears blury.
This feels very much like there's a slight offset being applied to the texture coords in both the GL1 and GL2 engines and the GL2 engine is using GL_NERAREST and the GL1 engine is using GL_LINEAR, however this is just a guess.
Attachments
Issue Links
- resulted from
-
QTBUG-5002 Font Corruption using QGLWidget::renderText and QPainter::drawText
-
- Closed
-
- resulted in
-
QTBUG-7108 Rendering scaled text with GL2 engine produces artifacts
-
- Closed
-