Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
4.7.1
-
Windows 7
Description
There is no anti-aliasing for fonts in QML under Windows 7. It was originally discussed on Qt DevNet: http://developer.qt.nokia.com/forums/viewthread/2860/
Here is bellnass post about it:
'I take shot from win7 and ubuntu at my laptop
in win7
http://www.flickr.com/photos/42560763@N06/5302659990/
in linux
http://www.flickr.com/photos/42560763@N06/5302064907/
///////////////////
import QtQuick 1.0
Item {
width: 800; height: 600 Text
}
///////////////////////////'