]> git.wh0rd.org Git - fontconfig.git/blob - conf.avail/20-fix-globaladvance.conf
Move some section from fonts.conf into conf.avail files
[fontconfig.git] / conf.avail / 20-fix-globaladvance.conf
1 <!--
2   Some Asian fonts misadvertise themselves as monospaced when
3   in fact they are dual-spaced (half and full).  This makes
4   FreeType very confused as it forces all widths to match.
5   Undo this magic by disabling the width forcing code -->
6         <match target="font">
7                 <test name="family"><string>GulimChe</string></test>
8                 <edit name="globaladvance"><bool>false</bool></edit>
9         </match>
10
11         <match target="font">
12                 <test name="family"><string>DotumChe</string></test>
13                 <edit name="globaladvance"><bool>false</bool></edit>
14         </match>
15
16         <match target="font">
17                 <test name="family"><string>BatangChe</string></test>
18                 <edit name="globaladvance"><bool>false</bool></edit>
19         </match>
20
21         <match target="font">
22                 <test name="family"><string>GungsuhChe</string></test>
23                 <edit name="globaladvance"><bool>false</bool></edit>
24         </match>