Its depend on what kind of monitor that we used. So each config will give a
different result.

On Apr 20, 2011 7:10 PM, "Klaus Umbach" <treibholz-awes...@uxix.de> wrote:
>
> On 20.04.11 16:07, Anurag Priyam wrote:
> > On Wed, Apr 20, 2011 at 2:44 PM, Gennadiy Zlobin
> > <gennad.zlo...@gmail.com> wrote:
> > > Thanks you very much Anurag, it works perfectly!
> >
> > Nice :). I added it to the wiki[1].
> >
> > [1] https://awesome.naquadah.org/wiki/Better_Font_Rendering
>
> For me, this looks really terrible compared to:
>
> <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
> <fontconfig>
>  <match target="font">
>  <edit mode="assign" name="rgba">
>   <const>none</const>
>  </edit>
>  </match>
>  <match target="font">
>  <edit mode="assign" name="hinting">
>   <bool>true</bool>
>  </edit>
>  </match>
>  <match target="font">
>  <edit mode="assign" name="hintstyle">
>   <const>hintmedium</const>
>  </edit>
>  </match>
>  <match target="font">
>  <edit mode="assign" name="antialias">
>   <bool>true</bool>
>  </edit>
>  </match>
> </fontconfig>
>
>
>
> --
> To unsubscribe, send mail to awesome-unsubscr...@naquadah.org.

Reply via email to