QML Text component shows differently when renderType(QtRender/NativeRendering) differs in win7.
-
As the title tells, on my win7 platform with
Qt5.4.2
opengl mingw distribution, theText
qml component cannot show exactly the same whenrenderType
differs. The font engine isfreetype
by passing the parameters-platform windows:fontengine=freetype
toQApplicition
. It is easy to reproduce this problem by watching thecontentWidth
property ofText
.But as far as i know, the previous version i used - Qt5.3.1 shows exactly the same.
Anyone has the same problem?