Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > 5a3e6495b072cf92b33bba49e8aad504 > files > 3

fontconfig-2.8.0-7.src.rpm

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">

<fontconfig>

<!-- We can't hint CJK fonts well, so turn off hinting for CJK fonts. -->

<!-- Disable hinting against all of the CJK fonts -->
	<match target="font">
		<test target="pattern" name="lang" compare="contains">
			<string>zh-tw</string>
			<string>zh-cn</string>
			<string>ja</string>
			<string>ko</string>
		</test>
		<edit name="hinting" mode="assign">
			<bool>false</bool>
		</edit>
	</match>

</fontconfig>