aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-ipa/files/20-unhint-ipa.conf
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/font-ipa/files/20-unhint-ipa.conf')
-rw-r--r--japanese/font-ipa/files/20-unhint-ipa.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/japanese/font-ipa/files/20-unhint-ipa.conf b/japanese/font-ipa/files/20-unhint-ipa.conf
new file mode 100644
index 000000000000..e64965400774
--- /dev/null
+++ b/japanese/font-ipa/files/20-unhint-ipa.conf
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<!-- $FreeBSD$ -->
+<fontconfig>
+ <match target="font">
+ <test name="family">
+ <string>IPAMincho</string>
+ <string>IPAGothic</string>
+ <string>IPAPMincho</string>
+ <string>IPAPGothic</string>
+ </test>
+ <edit name="autohint">
+ <bool>false</bool>
+ </edit>
+ </match>
+</fontconfig>