10-autohint.conf revision c9710b42
1<?xml version="1.0"?>
2<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3<fontconfig>
4<!--  Use the Autohinter --> 
5  <match target="pattern">
6    <!--
7      This configuration is available on the major desktop environments.
8      We shouldn't overwrite it with "assign" unconditionally.
9      Most clients may picks up the first value only. so using "append"
10      may simply works to avoid it.
11    -->
12    <edit name="autohint" mode="append"><bool>true</bool></edit>
13  </match>
14</fontconfig>
15