16 Oct
2003
16 Oct
'03
8:55 a.m.
Hi,
How do I turn off anti-aliasing? I'd like to try it again if you think this may speed-up redraws.
add something like this in your ~/.fonts.conf <match target="font"> <test qual="any" name="size" compare="more"> <int>7</int> </test> <test qual="any" name="size" compare="less"> <int>10</int> </test> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match> This will turnoff AA for sizes between 7 and 10 points Cheers -- Melvin Hadasht