Jonathan Altman

Dotcom Thousandaire

1 post tagged with "linux"

(June 09, 2006)
tags: ubuntu, linux, X, fonts, hinting, subpixel, technical

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>