82-no-force-autohint.conf 325 B

12345678910111213
  1. <?xml version='1.0'?>
  2. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  3. <fontconfig>
  4. <!-- Force autohint always. Useful for debugging and for free
  5. software purists. Disabled by default. -->
  6. <match target="font">
  7. <edit name="force_autohint" mode="assign">
  8. <bool>false</bool>
  9. </edit>
  10. </match>
  11. </fontconfig>