[Qt-interest] [Linux] Ugly anti-aliasing (still) in Qt 4.5

Maik Beckmann beckmann.maik at googlemail.com
Fri Mar 13 22:27:31 CET 2009


Jens Bache-Wiig schrieb am Freitag 06 März 2009 um 12:31:
> This will instruct Qt to use the old-style rendering giving you a
> "crisper" font appearance. Some people prefer it, (including me) but
> others dont. The drawback is that it can look very ugly in some fonts
> and give much more color fringes noticable to some people.
>
> Regards,
> Jens
>
> --- BEGIN fonts.conf ---
>
> <?xml version="1.0"?>
> <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
> <fontconfig>
>   <match target="font">
>    <test name="fontformat" compare="eq">
>     <string>TrueType</string>
>    </test>
>    <edit mode="assign" name="lcdfilter">
>     <const>lcdlegacy</const>
>    </edit>
>   </match>
> </fontconfig>

Thanks a ton for this "hint" :D

-- Maik





More information about the Qt-interest-old mailing list