<edit mode="assign" name="hinting" >
<bool>true</bool>
</edit>
<edit mode="assign" name="autohint" >
<bool>true</bool>
</edit>
<!-- 设置最小字号 -->
<match target="font" >
<!--
<test compare="contains" name="lang" >
<string>zh</string>
<string>ja</string>
<string>ko</string>
</test>
-->
<test compare="more_eq" name="pixelsize" >
<int>8</int>
</test>
<test compare="less_eq" name="pixelsize" >
<int>12</int>
</test>
<edit compare="eq" name="pixelsize" >
<int>12</int>
</edit>
</match>
<!-- 设置宽字体最小字号 -->
<match target="pattern" >
<test name="family" >
<string>Monospace</string>
</test>
<test compare="more_eq" name="pixelsize" >
<int>8</int>
</test>
<test compare="less_eq" name="pixelsize" >
<int>13</int>
</test>
<edit compare="eq" name="pixelsize" >
<int>13</int>
</edit>
</match>