freebsd-ports/japanese/font-ipaex/files/20-unhint-ipaex.conf
2021-04-06 16:31:13 +02:00

18 lines
331 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<or>
<test name="family">
<string>IPAexMincho</string>
</test>
<test name="family">
<string>IPAexGothic</string>
</test>
</or>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>