diff options
Diffstat (limited to 'japanese/font-mplus/files/20-unhint-mplus.conf')
-rw-r--r-- | japanese/font-mplus/files/20-unhint-mplus.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/japanese/font-mplus/files/20-unhint-mplus.conf b/japanese/font-mplus/files/20-unhint-mplus.conf new file mode 100644 index 000000000000..790a4e756b5f --- /dev/null +++ b/japanese/font-mplus/files/20-unhint-mplus.conf @@ -0,0 +1,19 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- $FreeBSD$ --> +<fontconfig> + <match target="font"> + <test name="family"> + <string>M+ 1c</string> + <string>M+ 1m</string> + <string>M+ 1mn</string> + <string>M+ 1p</string> + <string>M+ 2c</string> + <string>M+ 2m</string> + <string>M+ 2p</string> + </test> + <edit name="autohint"> + <bool>false</bool> + </edit> + </match> +</fontconfig> |