summarylogtreecommitdiffstats
path: root/20-ttf-win7-fonts-japanese.conf
diff options
context:
space:
mode:
Diffstat (limited to '20-ttf-win7-fonts-japanese.conf')
-rw-r--r--20-ttf-win7-fonts-japanese.conf44
1 files changed, 44 insertions, 0 deletions
diff --git a/20-ttf-win7-fonts-japanese.conf b/20-ttf-win7-fonts-japanese.conf
new file mode 100644
index 000000000000..47c1602cd3a9
--- /dev/null
+++ b/20-ttf-win7-fonts-japanese.conf
@@ -0,0 +1,44 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+ <match target="font">
+ <test name="family">
+ <string>MS Gothic</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>MS UI Gothic</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>MS PGothic</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>MS Mincho</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+ <match target="font">
+ <test name="family">
+ <string>MS PMincho</string>
+ </test>
+ <edit name="embeddedbitmap">
+ <bool>false</bool>
+ </edit>
+ </match>
+</fontconfig>