Sophie

Sophie

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

fontconfig-2.3.2-5mdk.src.rpm

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

	<!--
		Some Asian fonts misadvertise themselves as monospaced when
		in fact they are dual-spaced (half and full).  This makes
		FreeType very confused as it forces all widths to match.
		Undo this magic by disabling the width forcing code
	-->
	<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="spacing">
			<const>proportional</const>
		</edit>
		<edit name="globaladvance">
			<bool>false</bool>
		</edit>
	</match>

</fontconfig>