Add a fontconfig config to force the scalable font.

This commit is contained in:
Akira TAGOH 2014-10-31 23:49:03 +09:00
parent 246be3119f
commit 2c677a105a

View File

@ -9,6 +9,9 @@
<edit name="scalable" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="pattern">
<test name="prgname" compare="eq">
<string>texttopaps</string>
</test>