1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/japanese/font-ume/files/20-unhint-ume.conf
2016-12-30 12:33:35 +00:00

70 lines
1.5 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- $FreeBSD$ -->
<fontconfig>
<match target="font">
<or>
<test name="family">
<string>Ume Mincho</string>
</test>
<test name="family">
<string>Ume Mincho S3</string>
</test>
<test name="family">
<string>Ume P Mincho</string>
</test>
<test name="family">
<string>Ume P Mincho S3</string>
</test>
<test name="family">
<string>Ume Gothic</string>
</test>
<test name="family">
<string>Ume Gothic C4</string>
</test>
<test name="family">
<string>Ume Gothic C5</string>
</test>
<test name="family">
<string>Ume Gothic O5</string>
</test>
<test name="family">
<string>Ume Gothic S4</string>
</test>
<test name="family">
<string>Ume Gothic S5</string>
</test>
<test name="family">
<string>Ume Hy Gothic</string>
</test>
<test name="family">
<string>Ume P Gothic</string>
</test>
<test name="family">
<string>Ume P Gothic C4</string>
</test>
<test name="family">
<string>Ume P Gothic C5</string>
</test>
<test name="family">
<string>Ume P Gothic O5</string>
</test>
<test name="family">
<string>Ume P Gothic S4</string>
</test>
<test name="family">
<string>Ume P Gothic S5</string>
</test>
<test name="family">
<string>Ume UI Gothic</string>
</test>
<test name="family">
<string>Ume UI Gothic O5</string>
</test>
</or>
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
</fontconfig>