Hi,

I'm setting font size with font.setPointSize - which supposed to be platform
independent, and then I create QGraphicsTextItem which is child of
QGraphicsPixmapItem.
On Linux platform I set font size to fit text item inside pixmap item
boundaries, but this same settings on Nokia N8 produces a way bigger text
item, that doesn't fit in pixmap item any more.

What is the problem and how should I solve it?

best regards
Marek