View the Most Wanted LQ Wiki articles.
LinuxQuestions.org > Linux Wiki > Talk:Debian:Fonts

From LQWiki

Jump to: navigation, search

I find that the autohinter is one of the ugliest things. The following makes the fonts really crisp as it uses the bytecode interpreter.

<match target="font">

   <edit name="hinting" mode="assign">
     <bool>true</bool>
   </edit>
 </match>

Personal tools