freebsd-ports/japanese/font-ipa-uigothic/files/20-unhint-ipa-uigothic.conf
Hiroki Sato 3310c0998f Add japanese/font-ipa-uigothic, a Japanese font "IPAUIGothic"
which supports JIS X 0213:2004.  This is included in IPA font
version 002.03.
2009-06-03 06:58:40 +00:00

13 lines
264 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
<test name="family">
<string>IPAUIGothic</string>
</test>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>