Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 01cda3e0dd7a97079154a4949c164367 > files > 1

fontconfig-2.11.1-4.1.mga5.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>