Why does Qt on OSX appear to default to overly large fonts? Even when you select the same font size manually the fonts appear slightly bigger. Does Qt on OSX use a different font rendering to OSX? Does this improve if you use Qt for Cocoa?
In addition, is there a qtconfig tool or equivalent to globally set the font settings for all Qt applications?
Thanks!
It defaults to the same fonts in InterfaceBuilder and Qt Designer.
Turns out this was just my imagination, they are exactly the same.
No, it uses the native rendering.
Font’s don’t but other things do change. The font rendering between Carbon and Cocoa is seemingly identical.
There’s no
qtconfigtool for OSX or any way of globally setting font settings.It seems the root of the above problems is that OSX applications tend to use slightly lower point fonts for many things compared to Windows or Linux. As a result the font sizes used in an Qt OSX application should be hand-tweaked to better match those use elsewhere on the platform.