I believe you can simply check the PixelsPerInch property of your main form.
Regards, Ross. ----- Original Message ----- From: "Cosmin Prund" <[EMAIL PROTECTED]> To: "Moderated discussion list about programming with Borland's Delphi" <[email protected]> Sent: Friday, September 02, 2005 3:55 AM Subject: Detecting Large Fonts 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 _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

