summaryrefslogtreecommitdiff
path: root/fonts.conf.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2003-02-27 08:08:09 +0000
committerKeith Packard <keithp@keithp.com>2003-02-27 08:08:09 +0000
commitcc168fa6688066baad43d1de577a39c11102947a (patch)
treea56779818bf5d6d4f1cdbc01b35440694fadc09a /fonts.conf.in
parent148656ed8b3755f0634be14ae60996a1ad493836 (diff)
Disable globaladvance for gulim fonts
Diffstat (limited to 'fonts.conf.in')
-rw-r--r--fonts.conf.in15
1 files changed, 15 insertions, 0 deletions
diff --git a/fonts.conf.in b/fonts.conf.in
index 64a4abb..69a7b04 100644
--- a/fonts.conf.in
+++ b/fonts.conf.in
@@ -140,6 +140,21 @@
</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
-->
<include ignore_missing="yes">~/.fonts.conf</include>