I'm looking for a way to detecting rather I'm running on a LargeFonts system OR on a normal font system. I googled for "detect large font" and found two code samples both trying to detect large fonts using:
DPI := GetDeviceCaps(DC, LOGPIXELSX); Unfortunatelly this code returns 96 on my WinXP Large Fonts test system. Any idea how to detect this? Thanks! _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

