2006-09-10 01:52:21 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
|
|
<fontconfig>
|
2006-09-04 21:47:52 +02:00
|
|
|
<!--
|
|
|
|
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">
|
2012-04-11 12:52:35 +02:00
|
|
|
<test name="family" compare="eq" ignore-blanks="true"><string>GulimChe</string></test>
|
2006-09-04 21:47:52 +02:00
|
|
|
<edit name="globaladvance"><bool>false</bool></edit>
|
|
|
|
</match>
|
|
|
|
|
|
|
|
<match target="font">
|
2012-04-11 12:52:35 +02:00
|
|
|
<test name="family" compare="eq" ignore-blanks="true"><string>DotumChe</string></test>
|
2006-09-04 21:47:52 +02:00
|
|
|
<edit name="globaladvance"><bool>false</bool></edit>
|
|
|
|
</match>
|
|
|
|
|
|
|
|
<match target="font">
|
2012-04-11 12:52:35 +02:00
|
|
|
<test name="family" compare="eq" ignore-blanks="true"><string>BatangChe</string></test>
|
2006-09-04 21:47:52 +02:00
|
|
|
<edit name="globaladvance"><bool>false</bool></edit>
|
|
|
|
</match>
|
|
|
|
|
|
|
|
<match target="font">
|
2012-04-11 12:52:35 +02:00
|
|
|
<test name="family" compare="eq" ignore-blanks="true"><string>GungsuhChe</string></test>
|
2006-09-04 21:47:52 +02:00
|
|
|
<edit name="globaladvance"><bool>false</bool></edit>
|
|
|
|
</match>
|
2006-09-10 01:52:21 +02:00
|
|
|
</fontconfig>
|