Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > main-src > by-pkgid > 57c8d1f9daee15344ac5b0058ec0aa00 > files > 4

fontconfig-2.3.2-5mdk.src.rpm

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

	<!--
		Fonts for which the hinting must be disabled
	-->
	<match target="font">
		<test name="family">
			<string>Likhan</string>
			<string>Mukti Narrow</string>
			<string>Raghindi</string>
		</test>
		<edit name="hinting">
			<bool>false</bool>
		</edit>
	</match>

	<!--
		For CJK fonts the hinting gives more often than not bad results,
		so it is best to be disabled here, until "autofit" is included in freetype
	-->
	<match target="pattern">
		<test 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>