Blame SOURCES/25-no-bitmap-fedora.conf

66498b
66498b
66498b
<fontconfig>
66498b
	<match target="font">
66498b
		<test name="family" compare="eq">
66498b
			<string>Kochi Mincho</string>
66498b
		</test>
66498b
		<edit name="embeddedbitmap" mode="assign">
66498b
			<bool>false</bool>
66498b
		</edit>
66498b
	</match>
66498b
	<match target="font">
66498b
		<test name="family" compare="eq">
66498b
			<string>Kochi Gothic</string>
66498b
		</test>
66498b
		<edit name="embeddedbitmap" mode="assign">
66498b
			<bool>false</bool>
66498b
		</edit>
66498b
	</match>
66498b
	<match target="font">
66498b
		<test name="family" compare="eq">
66498b
			<string>Sazanami Mincho</string>
66498b
		</test>
66498b
		<edit name="embeddedbitmap" mode="assign">
66498b
			<bool>false</bool>
66498b
		</edit>
66498b
	</match>
66498b
	<match target="font">
66498b
		<test name="family" compare="eq">
66498b
			<string>Sazanami Gothic</string>
66498b
		</test>
66498b
		<edit name="embeddedbitmap" mode="assign">
66498b
			<bool>false</bool>
66498b
		</edit>
66498b
	</match>
66498b
        <match target="font">
66498b
                <test name="family" compare="eq">
66498b
                        <string>AR PL ShanHeiSun Uni</string>
66498b
                </test>
66498b
                <edit name="embeddedbitmap" mode="assign">
66498b
                        <bool>true</bool>
66498b
                </edit>
66498b
        </match>
66498b
</fontconfig>