Font hinting in Ubuntu
Posted by Jonathan Altman Fri, 09 Jun 2006 14:39:00 GMT
Courtesy of Sean McGrath, who found it elsewhere.
Put this in .fonts.conf in your home directory:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
</match>
</fontconfig>
