QML Text component shows differently when renderType(QtRender/NativeRendering) differs in win7.
QML and Qt Quick
1
Posts
1
Posters
1.1k
Views
1
Watching
-
As the title tells, on my win7 platform with
Qt5.4.2opengl mingw distribution, theTextqml component cannot show exactly the same whenrenderTypediffers. The font engine isfreetypeby passing the parameters-platform windows:fontengine=freetypetoQApplicition. It is easy to reproduce this problem by watching thecontentWidthproperty ofText.But as far as i know, the previous version i used - Qt5.3.1 shows exactly the same.
Anyone has the same problem?