I am using Droid fonts were possible. I have KDE.
Droid fonts look perfect with full hinting, but Ubuntu font do not.
Ubuntu font looks good with no or slight hinting, but then Droid fonts look bad.
Is there a possibility to specify hinting type per font family?
I tried the following in fonts.conf
, but it doesn't work:
<match target="pattern" name="family">
<test name="family" qual="any">
<string>Ubuntu</string>
</test>
<edit binding="strong" mode="assign" name="hintstyle">
<const>hintnone</const>
</edit>
</match>
<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>hintfull</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
Ok looks like font matching was wrong. This works: