Re: garnome 0.18.3, builds, but crashes



On Wed, 2002-10-30 at 23:20, Jens Askengren wrote:
> Btw, here is a cool pice of xml you could put in ~/.fonts.conf to 
> turn of anti-aliasing for small font sizes. 
> 
> <?xml version="1.0" encoding="UTF-8"?>
> <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
> <fontconfig>
>         <match target="pattern">
>                 <test name="size" compare="less">
>                         <int>10</int>
>                 </test>
>                 <edit name="antialias" mode="assign">
>                         <bool>false</bool>
>                 </edit>
>         </match>
> </fontconfig>

Thanks! This works great. I had been looking into this, but couldn't
really figure out how the file should be formatted.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]