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

28 lines
747 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 Browallia with scaled-down Garuda -->
<match target="pattern">
2012-07-05 01:18:02 +00:00
<test qual="any" name="family" compare="contains">
<string>Browallia</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>Garuda</string>
</edit>
2012-07-05 01:18:02 +00:00
</match>
<match target="font">
<test name="family" compare="eq">
<string>Garuda</string>
</test>
<test target="pattern" qual="any" name="family" compare="contains">
<string>Browallia</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.68</double><double>0</double>
<double>0</double><double>0.68</double>
</matrix>
2009-02-03 08:31:48 +00:00
</edit>
</match>
</fontconfig>