Hi,
I am using QtEmbedded 4.4.1 on arm linux platform with 800x480 touchscreen. When I use TTF fonts for unicode it seems that the characters are overlapping, when I refresh (or repaint after the first paint) the characters show correctly. This only happens the first time that text is displayed. If I go back to that window there is no problem.
1) English text has no problem
2) I have ttf fonts for korean, persian, Japanese, they all do this.
3) If I convert the TTF to qpf2 format I do not see this problem. ( I want to use TTF, scaleable and better quality)
4) Only happens the first time the text is shown. If I put new text on that same area it will happen.
5) All objects ( QLabels, QGraphicsItems, QPushButtons...etc) have this problem
I have only remedied this problem by issuing a repaint after the first paint. This is an ugly fix. Does this have something to do with the QString size? Any ideas?
Thank you.