FL.objects.AuditRecord.AuditRecord
- class FL.objects.AuditRecord.AuditRecord(parent: Glyph, _called_from_FL: bool = False)
Bases:
objectAuditRecord - class to represent Font Audit error record
- __init__(parent: Glyph, _called_from_FL: bool = False) None
There is no explicit constructor for object of this type.
Note that objects of this class cannot be created explicitly, they are only generated as a result of a Glyph.Audit() operation
- Parameters:
parent (Glyph) – The parent of the AuditRecord, a glyph.
Methods
Repair()Try to automatically fix error.
__init__(parent[, _called_from_FL])There is no explicit constructor for object of this type.
fake_create(parent)Attributes
The error description.
The error name.
The node index in the glyph to which error is attached.
The position of the audit mark as a point.
The audit record's parent object.
The position of the audit mark as a point.
- property index: int
The node index in the glyph to which error is attached.
- Returns:
The node index.
- Return type: