[Lazarus] Fonts Advise between Windows & Linux

Graeme Geldenhuys graemeg.lists at gmail.com
Mon Apr 14 10:57:54 CEST 2008


zeljko at holobit.net wrote:
> 
> Don't forget that many new distros are trying to standardize dpi's 
> (96,120) etc ... with gtk or qt2 (K3) you have to force dpi to 96 (best 
> results), but with qt4 not.

It is very bad design which started with Microsoft to force all monitors 
to 96 dpi. X-Window servers are 100% correct in querying the monitor for 
the best dpi value. Native dpi values should also give the user a better 
visual experience. The GUI toolkits are supposed to handle the various 
dpi settings without developer intervention, but most don't, and simply 
rely on the hard-coded 96 dpi value. 10 out of 10 for Qt4, if they 
manage this correctly!


Regards,
   - Graeme -


_______________________________________________________
fpGUI - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/





More information about the Lazarus mailing list