Re: Dejavu sans mono fonts rendering issue.

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



On Sat, Jun 11, 2011 at 9:43 AM, mwnn <mwnnlin@xxxxxxxxx> 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>


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux