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


	

ATTRIBUTES

  x (integer) - x coordinate
  y (integer) - y coordinate
  flag (integer) - point's flag (on-curve or off-curve)


	

OPERATIONS

  none
 

	

METHODS

  none