]> git.wh0rd.org - fontconfig.git/commitdiff
Disable globaladvance for gulim fonts
authorKeith Packard <keithp@keithp.com>
Thu, 27 Feb 2003 08:08:09 +0000 (08:08 +0000)
committerKeith Packard <keithp@keithp.com>
Thu, 27 Feb 2003 08:08:09 +0000 (08:08 +0000)
fonts.conf.in

index 64a4abb1a9e500d1c5537a231d008644578fe63e..69a7b04c6bed4ff37860bf130e0f06bca90ef443 100644 (file)
                </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
 -->