Code: Select all
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<match target="font">
<edit mode="assign" name="rgba"
<const>rgb</const>
<edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
<edit>
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
<edit>
<edit mode="assign" name="antialias">
<bool>true</bool>
<edit>
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
<edit>
</match>
</fontconfig>
Code: Select all
Fontconfig error: "local.conf", line 7: not well-formed (invalid token)
Fontconfig error: "local.conf", line 7: invalid attribute 'target'
Thanks a lot in advance.
PS. I opened that file in Geany and indeed i can see, there is something strange: In the line
Code: Select all
<const>rgb</const>