You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
744 B
28 lines
744 B
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<!-- Synthesize Windows Angsana with scaled-down Kinnari -->
|
|
<match target="pattern">
|
|
<test qual="any" name="family" compare="contains">
|
|
<string>Angsana</string>
|
|
</test>
|
|
<edit name="family" mode="append" binding="same">
|
|
<string>Kinnari</string>
|
|
</edit>
|
|
</match>
|
|
<match target="font">
|
|
<test name="family" compare="eq">
|
|
<string>Kinnari</string>
|
|
</test>
|
|
<test target="pattern" qual="any" name="family" compare="contains">
|
|
<string>Angsana</string>
|
|
</test>
|
|
<edit name="matrix" mode="assign">
|
|
<matrix>
|
|
<double>0.67</double><double>0</double>
|
|
<double>0</double><double>0.67</double>
|
|
</matrix>
|
|
</edit>
|
|
</match>
|
|
</fontconfig>
|