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

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<Feature>
===============================================
  Feature - class to represent OpenType feature-definition record
===============================================

<CONSTRUCTOR>
  Feature()           - generic constructor, creates an empty Feature record
  Feature(Feature)    - copy constructor
  Feature(string tag) - creates feature, assigns 'tag' and empty value
  Feature(string tag, string value)
                      - creates feature and assigns values to both attributes

</CONSTRUCTOR>
	<ATTRIBUTES>
  parent (read-only) - parent object, Font
  tag (string)       - feature's tag
  value (string)     - feature's text

</ATTRIBUTES>
	<OPERATIONS>
  none
 
</OPERATIONS>
	<METHODS>
  none
 
</METHODS>
</Feature>
