Characters have become unpleaseant in F16

Heinz Diehl htd at fritha.org
Thu Nov 17 06:01:29 UTC 2011


On 16.11.2011, mike cloaked wrote: 

> It should be included in the list of common
> problems or at least in one of the lists of Fedora hints and tips
> somewhere.......

You have full control over hinting and alike via the .fonts.conf file.
This is what I'm used to have in there:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font" >
<edit mode="assign" name="autohint" >
<bool>false</bool>
</edit>
</match>
<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>hintfull</const>
</edit>
</match>
<match target="font" >
<edit mode="assign" name="antialias" >
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcdlegacy</const>
</edit>
</match>
</fontconfig>



More information about the users mailing list