Encoding

===============================================
  Encoding - class to represent Encoding
===============================================
(Encoding.__doc__ reports only 'Encoding'

... so use this information with care)
	

CONSTRUCTOR

  Encoding()         - generic constructor, creates Encoding
  Encoding(Encoding) - copy constructor
  
	

ATTRIBUTES

  parent (read-only) - Encoding's parent object, Font
	
	

OPERATIONS

  len() - returns number of EncodingRecords in the Encoding
  []    - can be used to access individial EncodingRecord objects
  del Encoding[] - remove an element from the encoding
                   (not reported by docstring)

  
	

METHODS

  append(EncodingRecord)
  insert(EncodingRecord)
  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