diff options
Diffstat (limited to 'japanese/vlgothic/files/20-unhint-vlgothic.conf')
-rw-r--r-- | japanese/vlgothic/files/20-unhint-vlgothic.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/vlgothic/files/20-unhint-vlgothic.conf b/japanese/vlgothic/files/20-unhint-vlgothic.conf new file mode 100644 index 000000000000..30b3395591c7 --- /dev/null +++ b/japanese/vlgothic/files/20-unhint-vlgothic.conf @@ -0,0 +1,14 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- $FreeBSD$ --> +<fontconfig> + <match target="font"> + <test name="family"> + <string>VL Gothic</string> + <string>VL PGothic</string> + </test> + <edit name="autohint"> + <bool>false</bool> + </edit> + </match> +</fontconfig> |