Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 4ae64e030f7bebf1beaf799fa24c0ec2 > files > 6

fontconfig-2.13.1-1.mga7.armv7hl.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>