Why Text component shows differently when renderType(QtRendering/NativeRendering) differs in Win7-opengl environment by using freetype engine?
-
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?