diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:04:43 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:04:43 +0000 |
commit | 7552d9f26277730dcf4d6b2286e05af895f0fa9a (patch) | |
tree | 0795ce3d2e333b0bdb42599b16df058731d8cdff /25-no-bitmap-fedora.conf | |
parent | 1ffe683c1f0a5b2f2dc9b1456e3d283f5c7dc88d (diff) |
automatic import of fontconfigopeneuler24.03_LTS
Diffstat (limited to '25-no-bitmap-fedora.conf')
-rw-r--r-- | 25-no-bitmap-fedora.conf | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/25-no-bitmap-fedora.conf b/25-no-bitmap-fedora.conf new file mode 100644 index 0000000..ffa7926 --- /dev/null +++ b/25-no-bitmap-fedora.conf @@ -0,0 +1,44 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <match target="font"> + <test name="family" compare="eq"> + <string>Kochi Mincho</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + <match target="font"> + <test name="family" compare="eq"> + <string>Kochi Gothic</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + <match target="font"> + <test name="family" compare="eq"> + <string>Sazanami Mincho</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + <match target="font"> + <test name="family" compare="eq"> + <string>Sazanami Gothic</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>false</bool> + </edit> + </match> + <match target="font"> + <test name="family" compare="eq"> + <string>AR PL ShanHeiSun Uni</string> + </test> + <edit name="embeddedbitmap" mode="assign"> + <bool>true</bool> + </edit> + </match> +</fontconfig> |