2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
5 Some Asian fonts misadvertise themselves as monospaced when
6 in fact they are dual-spaced (half and full). This makes
7 FreeType very confused as it forces all widths to match.
8 Undo this magic by disabling the width forcing code -->
10 <test name="family"><string>GulimChe</string></test>
11 <edit name="globaladvance"><bool>false</bool></edit>
15 <test name="family"><string>DotumChe</string></test>
16 <edit name="globaladvance"><bool>false</bool></edit>
20 <test name="family"><string>BatangChe</string></test>
21 <edit name="globaladvance"><bool>false</bool></edit>
25 <test name="family"><string>GungsuhChe</string></test>
26 <edit name="globaladvance"><bool>false</bool></edit>