[Qt-qml] QML Font Rending With OpenGl
Michael Dippold
mike at dippold.com
Fri Jun 24 19:47:37 CEST 2011
I am having some trouble with font rendering in Linux with Qt 4.7.3 (It
seemed to work ok with Qt 4.7.0). Using graphic system native or raster,
the font looks perfect, when -opengl is passed the font is not rendered
correctly. See attached good/bad.jpg.
Text{
text: "This Is A Font Test"
anchors.fill: parent
horizontalAlignment: Text.AlignHCenter
wrapMode: Text.WordWrap
verticalAlignment: Text.AlignTop
}
When I remove the alignment properties & wrapMode it seems to render fine.
Any clues on where I should start looking first?
Thanks,
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20110624/d1f38d60/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: good.jpg
Type: image/jpeg
Size: 41346 bytes
Desc: not available
Url : http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20110624/d1f38d60/attachment-0002.jpg
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bad.jpg
Type: image/jpeg
Size: 45080 bytes
Desc: not available
Url : http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20110624/d1f38d60/attachment-0003.jpg
More information about the Qt-qml
mailing list