Re: Congrats! [gnome font rendering]
On Wed, 2003-01-15 at 17:10, Jose Carlos Garcia Sogo wrote:
> It's easier to disable it than need to hack fonts to enable it, IMHO.
>
> For the record: GDK_USE_XFT=0
Ugh; switching to a totally different rendering system which doesn't
support antialiasing, just to disable it, is a pretty ugly solution.
GNOME 2.2 will have a nice dialog where you can enable/disable this
stuff, but if you want to disable antialiasing entirely with
fontconfig/Xft2 apps, just drop this in your ~/.fonts.conf:
<match target="font">
<edit name="antialias" mode="assign"><bool>false</bool></edit>
</match>
Works for me (and looks butt-ugly :)
Reply to: