Disable globaladvance for gulim fonts

This commit is contained in:
Keith Packard 2003-02-27 08:08:09 +00:00
parent 148656ed8b
commit cc168fa668
1 changed files with 15 additions and 0 deletions

View File

@ -139,6 +139,21 @@
</edit>
</match>
<!--
Some Asian fonts misadvertise themselves as monospaced when
in fact they are dual-spaced (half and full). This makes
FreeType very confused as it forces all widths to match.
Undo this magic by disabling the width forcing code -->
<match target="font">
<test name="family"><string>GulimChe</string></test>
<edit name="globaladvance"><bool>false</bool></edit>
</match>
<match target="font">
<test name="family"><string>DotumChe</string></test>
<edit name="globaladvance"><bool>false</bool></edit>
</match>
<!--
Load per-user customization file
-->