<?xml version='1.0' encoding='utf-8'?>

<!-- 
Copyright 2005 DataActive Communications Limited

Unless required by applicable law or agreed to in writing, software,
documentation and examples are distributed under a 'AS IS' BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-->

<!DOCTYPE re:root SYSTEM 'http://reality.dataactive.com/DTDs/reality-1.0.dtd'>
<re:root xmlns:re='http://reality.dataactive.com'>
	<re:document 
		version='1.0' 
		language-code='ENG' 
		country-code='GBR' 
		category-code='examples' 
		uid='030_140' 
		display-name='Typographic white space'>

		<re:outputs collate='false' compression='9' manifest='false'>
			<re:output 
				name='Kwik PDF' 
				file-name='030_140_WhiteSpace' 
				type='reality.pdf.kwik' 
				options='page-crop-marks: false' />
		</re:outputs>

		<re:styles>
			<re:style name='mainLayer'>
				<re:styleattribute name='position' value='absolute' />
				<re:styleattribute name='left' value='20' />
				<re:styleattribute name='top' value='10' />
				<re:styleattribute name='width' value='500' />
				<re:styleattribute name='height' value='300' />
				<re:styleattribute name='font-name' value='ArialMT' />
				<re:styleattribute name='font-size' value='10' />
				<re:styleattribute name='tab-record' value='tab-record:{left,55};' />
			</re:style>
		</re:styles>

		<re:content>
			<re:page>
				<re:layer class='mainLayer'>
						<re:paragraph>
							X&#x2000;X<re:tab />
							U+2000 EN QUAD
						</re:paragraph>
						<re:paragraph>
							X&#x2001;X<re:tab />
							U+2001 EM QUAD
						</re:paragraph>
						<re:paragraph>
							X&#x2002;X<re:tab />
							U+2203 EM SPACE
						</re:paragraph>
						<re:paragraph>
							X&#x2003;X<re:tab />
							U+2204 THREE-PER-EM-SPACE thick space
						</re:paragraph>
						<re:paragraph>
							X&#x2004;X<re:tab />
							U+2205 FOUR-PER-EM-SPACE mid space
						</re:paragraph>
						<re:paragraph>
							X&#x2005;X<re:tab />
							U+2206 SIX-PER-EM-SPACE
						</re:paragraph>
						<re:paragraph>
							X&#x2006;X<re:tab />
							U+2207 FIGURE SPACE digit width of font
						</re:paragraph>
						<re:paragraph>
							X&#x2007;X<re:tab />
							U+2208 PUNCTUATION SPACE punctuation character of a font
						</re:paragraph>
						<re:paragraph>
							X&#x2008;X<re:tab />
							U+2209 THIN SPACE one fifth of an em
						</re:paragraph>
						<re:paragraph>
							X&#x2009;X<re:tab />
							U+220A HAIR SPACE thinnest space available to the font
						</re:paragraph>
				</re:layer>
			</re:page>
		</re:content>

	</re:document>
</re:root>
