<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<TTH>
===============================================
  TTH - class to represent TrueType points
===============================================

<CONSTRUCTOR>
  TTH()                - generic constructor, creates an empty TTH
  TTH(<cl>Glyph</cl> g)         - creates TTH, assigns 'g' as glyph
                         and 'parent' of 'g' as font
  TTH(<cl>Glyph</cl> g, <cl>Font</cl> f) - creates TTH, assigns 'g' as glyph
                         and 'f' as font

</CONSTRUCTOR>
	<ATTRIBUTES>
  font
  glyph
  top_zones
  bottom_zones
  base_top_zones
  base_bottom_zones
  hstems
  vstems
  base_hstems
  base_vstems
  zero_point
  upm
  ppm
  outline
  base_outline
  commands
  problems

</ATTRIBUTES>
	<OPERATIONS>
  len() - returns number of commands
  [] - accesses TTCommand list

</OPERATIONS>
	<METHODS>
  Init
  Initoutline
  SetPPM
  ResetProgram
  LoadProgram
  SaveProgram
  SortProgram
  RunProgram
  RunCommand
  TestProgram
  BuildFromLinks
  ResetFinalDeltas
  ResetAllDeltas
  LoadFromTextFile
  SaveToTextFile

</METHODS>
</TTH>
