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

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<TTInfo>
===============================================
  TTInfo - class to represent TrueType Information
===============================================
<rm>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</rm>
	<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
</CONSTRUCTOR>
	<ATTRIBUTES>
  hstem_data [<cl>TTStem</cl>] - list of horizontal TrueType-Stems 'VExTTStemArray'
  vstem_data [<cl>TTStem</cl>] - 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
  </Maximum-Profile>
		<Font-Header>
  head_creation
  head_flags
  head_font_direction_hint
  head_lowest_rec_ppem
  head_mac_style
  head_units_per_em
  </Font-Header>
		<Horizontal-Header>
  hhea_ascender
  hhea_descender
  hhea_line_gap
  </Horizontal-Header>
		<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
  </OS2>
	</ATTRIBUTES>
	<OPERATIONS>
		<rm>don't know</rm>
	</OPERATIONS>
	<METHODS>
		<rm>don't know</rm>
	</METHODS>
</TTInfo>
