<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<TTPoint>
===============================================
  TTPoint - class to represent TrueType points
===============================================
All coordinates in TTPoint class are set in 10.6 fixed-point format

<CONSTRUCTOR>
  TTPoint() - generic constructor, creates a TTPoint with zero coordinates

</CONSTRUCTOR>
	<ATTRIBUTES>
  x (integer) - x coordinate
  y (integer) - y coordinate
  flag (integer) - point's flag (on-curve or off-curve)

</ATTRIBUTES>
	<OPERATIONS>
  none
 
</OPERATIONS>
	<METHODS>
  none
 
</METHODS>
</TTPoint>
