Disable globaladvance for gulim fonts
This commit is contained in:
parent
148656ed8b
commit
cc168fa668
|
@ -139,6 +139,21 @@
|
||||||
</edit>
|
</edit>
|
||||||
</match>
|
</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
|
Load per-user customization file
|
||||||
-->
|
-->
|
||||||
|
|
Loading…
Reference in New Issue