<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<Hint>
===============================================
  Hint - class to represent hint
===============================================
This class is Multiple Master - compatible

<CONSTRUCTOR>
  Hint()                - generic constructor,
                          creates a Hint with zero coordinates
  Hint(Hint)            - copy constructor
  Hint(position, width) - creates a Hint and assigns position and width values

</CONSTRUCTOR>
	<ATTRIBUTES>
  parent (read-only)    - Hint's parent object, <cl>Glyph</cl>
  position (integer)    - position of the hint
  width (integer)       - width of the hint
  positions [(integer)] - list of positions for each master
  widths [(integer)]    - list of widths for each master

</ATTRIBUTES>
	<OPERATIONS>

</OPERATIONS>
	<METHODS>
  ToLink() - transforms hint to <cl>Link</cl> (and returns it as a result)
             using parent as a source of node coordinates. Parent must exist
  Transform(<cl>Matrix</cl> m) - applies <cl>Matrix</cl> transformation to the Hint
                                 (see <cl>Matrix</cl>().__doc__)
  TransformLayer(<cl>Matrix</cl> m, layernum)
                               - applies <cl>Matrix</cl> transformation to the
                                 selected layer of the Hint
</METHODS>
</Hint>

