View Single Post

   
  #3 (permalink)  
Old 02-19-2008, 10:20 AM
Corvin
 
Posts: n/a
Default Re: How to antialias only bold fonts with xft

BAM :

> <match target="pattern">
> <test name="weight" compare="less">
> <const>demibold</const>
> </test>
> <edit name="antialias" mode="assign">
> <bool>false</bool>
> </edit>
> </match>
>


Thank you
--
Corvin
e-mail: corvin.dun.wytnijto@wp.pl
Reply With Quote