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

index 69a7b04c6bed4ff37860bf130e0f06bca90ef443..439a82c10336f6bb5c8d927a4dc7415ccf106265 100644 (file)
                <edit name="globaladvance"><bool>false</bool></edit>
        </match>
 
+       <match target="font">
+               <test name="family"><string>BatangChe</string></test>
+               <edit name="globaladvance"><bool>false</bool></edit>
+       </match>
+
+       <match target="font">
+               <test name="family"><string>GungsuhChe</string></test>
+               <edit name="globaladvance"><bool>false</bool></edit>
+       </match>
+
 <!--
   Load per-user customization file
 -->