Characters within Text item display incomplete under Debain linux
-
I'm working under Debian 7 and Windows 7 OS with Qt 5.2.0.
And the Characters which contained by the Text item have a bad display with Debian linux.
For example, if i write a "y" , I will go "v"; if I write a "W" , I will got doube "V".My code write like this:
@Text{
width: 120
height: 30
font.pixelSize:22
font.family: "font name"
text: "some characters here"
}@I'm sure the height is enough, but the text seems out of control under my Debian linux :( .
Have someone met problem like this?
Thanks in advance :)