[Qt-interest] Windows XP Font anti-aliasing
Jason H
scorp1us at yahoo.com
Wed Jun 16 19:57:17 CEST 2010
Qt will use anti-aliasing if the platform allows it.
That said, it has to be enabled in he Display properties. And there are two modes - ClearType should only be used on LCDs, which have a different RGB geometry. You don't know your display device capabilty.
I would assume that changing it in the registry would work after a reboot. I always left it up to the user, but included doumentation for the user on how to set the setting. An application shouldn't be changing user preferences, it should be following them. If the user doesn't want ClearType, or the other one, then that is their decision.
----- Original Message ----
From: Josh <jnfo-c at grauman.com>
To: qt-interest at trolltech.com
Sent: Wed, June 16, 2010 1:40:54 PM
Subject: Re: [Qt-interest] Windows XP Font anti-aliasing
Hmmm. Maybe I don't have the latest service pack or something, but I don't
see that option. Any way of setting the option within Qt?
Josh
>> Hello all,
>>
>> I know Windows XP doesn't enable anti-aliasing of fonts by default and
>> that there is a microsoft website where you can go to enable Clear Type
>> (system wide).
>
> No website needed. You only right-click on the desktop and go to
> properties. There's a "ClearType" option in there.
_______________________________________________
Qt-interest mailing list
Qt-interest at trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-interest
More information about the Qt-interest-old
mailing list