thai-scalable-fonts/90-thai-scalable-synthetic-umpush.conf

28 lines
738 B
Plaintext
Raw Normal View History

2009-02-03 08:31:48 +00:00
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<!-- Synthesize Windows Cordia with scaled-down Umpush -->
<match target="pattern">
2012-07-05 01:18:02 +00:00
<test qual="any" name="family" compare="contains">
<string>Cordia</string>
2009-02-03 08:31:48 +00:00
</test>
2012-07-05 01:18:02 +00:00
<edit name="family" mode="append" binding="same">
2009-02-03 08:31:48 +00:00
<string>Umpush</string>
</edit>
2012-07-05 01:18:02 +00:00
</match>
<match target="font">
<test name="family" compare="eq">
<string>Umpush</string>
</test>
<test target="pattern" qual="any" name="family" compare="contains">
<string>Cordia</string>
</test>
2009-02-03 08:31:48 +00:00
<edit name="matrix" mode="assign">
2012-07-05 01:18:02 +00:00
<matrix>
<double>0.65</double><double>0</double>
<double>0</double><double>0.65</double>
</matrix>
2009-02-03 08:31:48 +00:00
</edit>
</match>
</fontconfig>