<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>

	<!-- ******************************************************************  -->
	<!-- ******************* VALVE SPECIFIC ADDITIONS *********************  -->
	<!-- ******************************************************************  -->

	<!-- At certain font sizes, different glyphs end up appearing slightly too
	     short/tall when rendered through Panorama/pango if you don't set this hintstyle. -->
	<match target="font">
		<edit name="hintstyle" mode="assign">
			<const>hintnone</const>
		</edit>
	</match>

	<!-- The Thai font we're using is visually quite a bit smaller than our normal
	     font. Multiply its pixel size by a factor to compensate -->
	<match target="font">
		<test name="family">
			<string>TH Sarabun New</string>
		</test>
		<edit name="pixelsize" mode="assign">
			<times>
				<name>pixelsize</name>
				<double>1.2</double>
			</times>
		</edit>
	</match>

</fontconfig>
