diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:58:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:58:26 +0000 |
commit | 40a866bb5ac1633ca3002426b0f2b87e1e4fb35f (patch) | |
tree | 0795ce3d2e333b0bdb42599b16df058731d8cdff /25-no-bitmap-fedora.conf | |
parent | aff4fdf48b465e5f225337e366e7f1d9b90bc925 (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> |