====================================
Face and window pattern enumerations
====================================

Enumeration of fill patterns.
	
.. raw:: html

	<table BORDER =1 WIDTH="530">
		<TR>
			<TD height=21 width=50>0</TD>
			<TD height=21 width=390>Checkerboard (#)</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>1</TD>
			<TD height=21 width=390>Vertical Lines (||)</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>2</TD>
			<TD height=21 width=390>Horizontal Lines (=)</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>3</TD>
			<TD height=21 width=390>Slant Right (//)</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>4</TD>
			<TD height=21 width=390>Slant Left (\\)</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>5</TD>
			<TD height=21 width=390>Diamonds (<>)</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>6</TD>
			<TD height=21 width=390>Dots (::)</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>7</TD>
			<TD height=21 width=390>Small Squares ([])</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>8</TD>
			<TD height=21 width=390>Solid (no pattern)</TD>
		</TR>	 	
		<TR>
			<TD height=21 width=50>9</TD>
			<TD height=21 width=390>Clear (subwindows only)</TD>
		</TR>	 	
	</table>
