TextDeltaComparisonReport
Overview
TextDeltaComparisonReport is a class in Aspose.Font FOSS for Python.
Properties
| Name | Type | Access | Description |
|---|
glyph_count | int | Read | |
comparable_glyph_count | int | Read | |
moved_glyph_count | int | Read | |
text | str | Read | |
before_label | str | Read | |
after_label | str | Read | |
before_coordinates | dict[str, float] | Read | |
after_coordinates | dict[str, float] | Read | |
before_normalized_coordinates | dict[str, float] | Read | |
after_normalized_coordinates | dict[str, float] | Read | |
glyph_comparisons | tuple[GlyphDeltaComparisonReport, ...] | Read | |
Methods
| Signature | Description |
|---|
to_dict() → dict[str, object] | |