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

<?xml-stylesheet type="text/xsl" href="../style/class_view.xsl"?>
<Encoding>
===============================================
  Encoding - class to represent Encoding
===============================================
<rm>Encoding.__doc__ reports only 'Encoding'

... so use this information with care</rm>
	<CONSTRUCTOR>
  Encoding()         - generic constructor, creates Encoding
  Encoding(Encoding) - copy constructor
  </CONSTRUCTOR>
	<ATTRIBUTES>
  parent (read-only) - Encoding's parent object, <cl>Font</cl>
	</ATTRIBUTES>
	<OPERATIONS>
  len() - returns number of <cl>EncodingRecord</cl>s in the Encoding
  []    - can be used to access individial <cl>EncodingRecord</cl> objects
  del Encoding[] - remove an element from the encoding
                   <rm>not reported by docstring</rm>

  </OPERATIONS>
	<METHODS>
  append(<cl>EncodingRecord</cl>)
  insert(<cl>EncodingRecord</cl>)
  FillUnencoded()
  FillUnicodes()
  FindName(string name) - finds name and return its index or -1
  Load(string filename) - opens encoding from .ENC format
  Save(string filename, string EncodingTitle, integer Id) 
                        - saves encoding in .ENC format
  </METHODS>
</Encoding>
