AuditRecord

===============================================
  AuditRecord - class to represent Font Audit error record
===============================================
Note that objects of this class cannot be created explicitly,
they are only generated as a result of Glyph().Audit() operation

CONSTRUCTOR

  There is no explicit constructor for object of this type

	

ATTRIBUTES

  ++ all attributes of this class are read-only
  parent                - parent object, Glyph
  position or p (Point) - position of the audit mark as a Point object
  id (string)           - name of the error
  description (string)  - description of the error
  index (integer)       - Node index in the glyph to which error is attched

	

OPERATIONS

  none

	

METHODS

  CanBeFixed() - returns True if this error can be automatically fixed
  Repair()     - tries to automatically fix error