TTInfo

===============================================
  TTInfo - class to represent TrueType Information
===============================================
(TTInfo.__doc__ reports only 'TTInfo'

all information about TTInfo is based on an eMail
from Yuri and was valid for FontLab 4.0

... so use this information with care)
	

CONSTRUCTOR

++ Never create TTInfo object explicitly - they must be obtained from the FontLab's
                                           Font classes
  TTInfo()       - generic constructor, creates an empty Canvas
  TTInfo(TTInfo) - copy constructor

	

ATTRIBUTES

  hstem_data [TTStem] - list of horizontal TrueType-Stems 'VExTTStemArray'
  vstem_data [TTStem] - list of vertical TrueType-Stems 'VExTTStemArray'
  prep [integer]      - CVT Program: list 'VSICharArray'
  fpgm [integer]      - Font program: list 'VSICharArray'
  cvt [integer]       - Control Value Table: list 'VSICharArray'
  gasp [TTGasp]       - Grid-fitting/Scan-conversion:
                        list of smoothing control records 'VSITTGaspArray'
  hdmx [integer]      - Horizontal device metrics: list 'VSBByteArray'
  vdmx [TTVdmx]       - Vertical device metrics: list 'VSITTVdmxArray'
  

Maximum-Profile

  max_zones
  max_twilight_points
  max_storage        
  max_function_defs  
  max_instruction_defs
  max_stack_elements
  
		

Font-Header

  head_creation
  head_flags
  head_font_direction_hint
  head_lowest_rec_ppem
  head_mac_style
  head_units_per_em
  
		

Horizontal-Header

  hhea_ascender
  hhea_descender
  hhea_line_gap
  
		

OS2

  os2_us_weight_class
  os2_us_width_class
  os2_fs_type
  os2_y_subscript_x_size
  os2_y_subscript_y_size
  os2_y_subscript_x_offset
  os2_y_subscript_y_offset
  os2_y_superscript_x_size
  os2_y_superscript_y_size
  os2_y_superscript_x_offset
  os2_y_superscript_y_offset
  os2_y_strikeout_size
  os2_y_strikeout_position
  os2_s_family_class
  os2_ul_code_page_range1
  os2_ul_code_page_range2
  os2_s_typo_ascender
  os2_s_typo_descender
  os2_s_typo_line_gap
  os2_fs_selection
  os2_us_win_ascent
  os2_us_win_descent
  
	
	

OPERATIONS

		(don't know)
	
	

METHODS

		(don't know)