Board index » delphi » font question.

font question.

How can i find out if the user (of my program) is using Large fonts (as
windows standard) instead of the normal Small font?

tnx

 

Re:font question.


With normal fonts, I believe the screen PixelsPerInch is 96 and for large
fonts, it should be 128 (or something close to that, I don't remember
exactly).

Frie van Peer <f...@xs4all.nl> wrote in message
news:7pjabc$pju$1@news1.xs4all.nl...

Quote
> How can i find out if the user (of my program) is using Large fonts (as
> windows standard) instead of the normal Small font?

> tnx

Re:font question.


Thanx Woody, yess it's 96 ppi, but it was even easyer the i've tought. When
the scale-prop of a form is True then the font scaled to (i've forgot this
one thatswhy my form was scrambled when another resolution/font was
selected).

Thanx again.

--
Bellboy
ICQ# 32503119

===========================================
                FIRST TO GO, LAST TO KNOW
===========================================

Before yelling *NEED* or *REQ* or *I MUST HAVE*
Try this:
http://www.geocities.com/SiliconValley/Ridge/7061/index.htm
http://welcome.to/Intraverse
http://come.to/internet.underground

Woody <woody....@ih2000.net> schreef in berichtnieuws
rrr0sl4hbo...@corp.supernews.com...

Quote
> With normal fonts, I believe the screen PixelsPerInch is 96 and for large
> fonts, it should be 128 (or something close to that, I don't remember
> exactly).

> Frie van Peer <f...@xs4all.nl> wrote in message
> news:7pjabc$pju$1@news1.xs4all.nl...
> > How can i find out if the user (of my program) is using Large fonts (as
> > windows standard) instead of the normal Small font?

> > tnx

Other Threads