If distance field, perhaps the contents of the distance field texture is corrupted somehow. Grabbing the contents of the texture to visually verify it is corrupt or not would be my next step. apitrace might be able to grab the texture. Else would need to write code..
If you can reproduce this relative easily, could you try setting QML_USE_ GLYPHCACHE_ WORKAROUND= 1 for unity8. This should do the trick:
stop unity8 && start unity8 QML_USE_ GLYPHCACHE_ WORKAROUND= 1
Can also try these: LD_ANTIALIASING =subpixel- lowq or gray
QSG_DISTANCEFIE
Need to determine if that text is being drawn by the DistanceField approach, or using the "native" rendering technique doc.qt. io/qt-5/ qml-qtquick- text.html# renderType- prop
http://
If distance field, perhaps the contents of the distance field texture is corrupted somehow. Grabbing the contents of the texture to visually verify it is corrupt or not would be my next step. apitrace might be able to grab the texture. Else would need to write code..