freebsd-ports/japanese/font-bizud-gothic/files/20-unhint-bizud-gothic.conf

18 lines
334 B
XML

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