Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
5.10.0, 5.13.0
-
None
-
Can be reproduced with latest Qt on at least X11 and macOS (you just need to zoom in your text document, you surely will hit some font size that is bad)
-
-
47904bb08aeb5dc63c78357aba6003460a65d4b3
Description
Different applications using the QTextLayout mechanism to render text have the same rendering glitches with some font sizes.
You will get horizontal or vertical "non-filled" pixels in your textlines.
E.g. If you have some "white" background and paint over text with some different background, you sometimes will get small "gaps" in the painted text.
This happens e.g. on X11 or macOS.
Example bug in Kate/KWrite (that uses QTextLayout directly without QTextDocument) can be seen here (horizontal lines, the same can happen vertically):
https://bugs.kde.org/show_bug.cgi?id=379727
https://bugsfiles.kde.org/attachment.cgi?id=105445
Effect with QtCreator using 5.10.0 on macOS:
Given two totally different code bases have the same issue (and QtCreator uses QTextDocument), I think this is some rendering issue in Qt.