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

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<TrueTypeTable>
===============================================
  TrueTypeTable - class to represent custom OpenType table
===============================================

<CONSTRUCTOR>
  TrueTypeTable()              - generic constructor, creates an empty TrueTypeTable record
  TrueTypeTable(TrueTypeTable) - copy constructor
  TrueTypeTable(string tag)    - creates table, assigns 'tag' and empty value
  TrueTypeTable(string tag, string value)
                               - creates TrueType table and assigns values to both attributes
  TrueTypeTable(string tag, string value, integer valuelen)
                               - creates TrueType table and assigns values to both attributes.
                                'value' may include zeroes

</CONSTRUCTOR>
	<ATTRIBUTES>
  parent (read-only) - parent object, <cl>Font</cl>
  tag (string) - TrueType table's tag
  value (string) - TrueType table's value

</ATTRIBUTES>
	<OPERATIONS>
  none
 
</OPERATIONS>
	<METHODS>
  none
 
</METHODS>
</TrueTypeTable>
