Hi, I'm developing with Qt for Embedded Linux and Qt 4.7.1 on Linux and I'm cross compiling for an ARM board using Digi ConnectCard. On the Qt application that runs on the ARM board using Digi ESP for embedded Linux, I need some QLabels with large fonts (I set to 48pt on the QtDesigner), but when I load the executable on the ARM board those fonts are not as large as I see them on the QtDesigner interface (and on my Linux PC), and even if I set a bigger font size, when I run the application on the board, the fonts have always the same size (as if it were reached a maximum font size or as if the font does not support that size).