Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 9455496f0ed550586cff087280f521c3 > files > 2

fontconfig-2.8.0-5.mga1.src.rpm

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

	<!--
		Fonts for which antialiasing has to be disabled at small sizes
	-->
	<!-- disabled until QT4 bug is fixed, see Mdv bug #30877
	<match target="font">
		<test name="family">
			<string>Raghindi</string>
		</test>
		<test name="size" compare="less">
			<double>11</double>
		</test>
		<edit name="antialias">
			<bool>false</bool>
		</edit>
	</match>
	
	<match target="font">
		<test name="family" qual="any">
			<string>AR PL ShanHeiSun Uni</string>
			<string>AR PL New Sung</string>
			<string>SimSun</string>
			<string>NSimSun</string>
			<string>MingLiu</string>
			<string>PMingLiu</string>
		</test>
		<test name="pixelsize" compare="less_eq">
			<double>12</double>
		</test>
		<edit name="pixelsize" mode="assign">
			<double>12</double>
		</edit>
	</match>
	-->

	<!-- disabled until QT4 bug is fixed, see Mdv bug #30877
	<match target="font">
		<test name="family" qual="any">
			<string>AR PL ShanHeiSun Uni</string>
			<string>AR PL New Sung</string>
			<string>SimSun</string>
			<string>NSimSun</string>
			<string>MingLiu</string>
			<string>PMingLiu</string>
		</test>
		<test name="pixelsize" compare="less_eq">
			<double>16</double>
		</test>
		<edit name="antialias">
			<bool>false</bool>
		</edit>
	</match>
	-->

</fontconfig>