thai-scalable-fonts/90-thai-scalable-synthetic-umpush.conf
2009-02-03 08:31:48 +00:00

23 lines
602 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Synthesize Windows Cordia with scaled-down Umpush -->
<match target="pattern">
<test qual="any" name="family" mode="eq">
<string>CordiaUPC</string>
<string>Cordia New</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>Umpush</string>
</edit>
<edit name="matrix" mode="assign">
<times>
<name>matrix</name>
<matrix><double>0.65</double><double>0</double>
<double>0</double><double>0.65</double>
</matrix>
</times>
</edit>
</match>
</fontconfig>