You are not logged in.
This is the problem:
http://i.imgur.com/LPE9b.png
http://i.imgur.com/wuJU6.png
This is my font config:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
<match target="font">
<test name="weight" compare="more">
<const>medium</const>
</test>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
</match>
</fontconfig>
Any idea how I can solve this?
Last edited by GERGE (2011-12-02 08:58:11)
Offline
11.6 rc.
Last edited by GERGE (2011-12-02 16:20:42)
Offline
Last snapshot solved this.
Offline