annotate toolboxes/graph_visualisation/etc/fonts/conf.d/20-fix-globaladvance.conf @ 0:e9a9cd732c1e tip

first hg version after svn
author wolffd
date Tue, 10 Feb 2015 15:05:51 +0000
parents
children
rev   line source
wolffd@0 1 <?xml version="1.0"?>
wolffd@0 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
wolffd@0 3 <!-- conf.d/sub-pixel.conf -->
wolffd@0 4 <fontconfig>
wolffd@0 5 <!--
wolffd@0 6 Some Asian fonts misadvertise themselves as monospaced when
wolffd@0 7 in fact they are dual-spaced (half and full). This makes
wolffd@0 8 FreeType very confused as it forces all widths to match.
wolffd@0 9 Undo this magic by disabling the width forcing code -->
wolffd@0 10 <match target="font">
wolffd@0 11 <test name="family"><string>GulimChe</string></test>
wolffd@0 12 <edit name="globaladvance"><bool>false</bool></edit>
wolffd@0 13 </match>
wolffd@0 14
wolffd@0 15 <match target="font">
wolffd@0 16 <test name="family"><string>DotumChe</string></test>
wolffd@0 17 <edit name="globaladvance"><bool>false</bool></edit>
wolffd@0 18 </match>
wolffd@0 19
wolffd@0 20 <match target="font">
wolffd@0 21 <test name="family"><string>BatangChe</string></test>
wolffd@0 22 <edit name="globaladvance"><bool>false</bool></edit>
wolffd@0 23 </match>
wolffd@0 24
wolffd@0 25 <match target="font">
wolffd@0 26 <test name="family"><string>GungsuhChe</string></test>
wolffd@0 27 <edit name="globaladvance"><bool>false</bool></edit>
wolffd@0 28 </match>
wolffd@0 29 </fontconfig>