[arch-general] Dejavu sans mono fonts rendering issue.

Jan Steffens jan.steffens at gmail.com
Sat Jun 11 08:36:37 EDT 2011


On Sat, Jun 11, 2011 at 9:43 AM, mwnn <mwnnlin at gmail.com> wrote:
> The following .fonts.conf file did the trick:
> <?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>false</bool>
>  </edit>
>  </match>
>  <match target="font">
>  <edit mode="assign" name="hintstyle">
>   <const>hintnone</const>
>  </edit>
>  </match>
>  <match target="font">
>  <edit mode="assign" name="antialias">
>   <bool>true</bool>
>  </edit>
>  </match>
> </fontconfig>

The slackware screenshot looks more like:
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
 <match target="font">
 <edit mode="assign" name="rgba">
  <const>rgb</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>hintslight</const>
 </edit>
 </match>
 <match target="font">
 <edit mode="assign" name="antialias">
  <bool>true</bool>
 </edit>
 </match>
</fontconfig>


More information about the arch-general mailing list