Hi,

I'm doing a cross platform application. Developing in QT creator on a PC and running in QT embedded.

The font size in the embedded device is different to that in the PC. I imagine that this is due to the PC rendering a true type font in "points" being 1/72 of an inch on the PC screen and the fonts in the embedded device are in pixel heights.

How do I make them the same ?. Can I somehow use the QPF fonts in the PC application or ...

Thanks in advance,
Peter Lambert