freebsd-ports/japanese/font-motoya-al/files/20-unhint-motoya-al.conf
Hiroki Sato 4eb022e27e Add font-motoya-al for two free Japanese TrueType fonts by MOTOYA Co.,Ltd.,
which are available under Apache license.

Feature safe:	yes
2011-01-15 13:12:38 +00:00

15 lines
297 B
XML

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