freebsd-ports/japanese/font-mplus-ipa/files/20-unhint-mplus-ipa.conf
Hiroki Sato 9edc5c1eb2 - Fix a warning "Having multiple values in <test> isn't supported and may
not work as expected" when using the latest x11-fonts/fontconfig [*].

- Update to the latest version (font-migu, font-ume, font-vlgothic).

- Style clean-ups.

PR:	ports/181701 [*]
2013-09-04 21:15:21 +00:00

30 lines
640 B
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
<or>
<test name="family">
<string>M+1P+IPAG</string>
</test>
<test name="family">
<string>M+2P+IPAG</string>
</test>
<test name="family">
<string>M+1P+IPAG circle</string>
</test>
<test name="family">
<string>M+2P+IPAG circle</string>
</test>
<test name="family">
<string>M+1VM+IPAG circle</string>
</test>
<test name="family">
<string>M+2VM+IPAG circle</string>
</test>
</or>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>