TextDeltaComparisonReport
Overview
TextDeltaComparisonReport is a class in Aspose.Font FOSS for Python.
TextDeltaComparisonReport.to_dict() returns a dictionary containing all report fields.
This class provides 1 method for working with TextDeltaComparisonReport objects in Python programs.
Available methods include: to_dict.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: after_coordinates, after_label, after_normalized_coordinates, before_coordinates, before_label, before_normalized_coordinates, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyph_count | int | Read | Gets the glyph count. |
comparable_glyph_count | int | Read | Gets the comparable glyph count. |
moved_glyph_count | int | Read | Gets the moved glyph count. |
text | str | Read | Gets the text. |
before_label | str | Read | Gets the before label. |
after_label | str | Read | Gets the after label. |
before_coordinates | dict[str, float] | Read | Gets the before coordinates. |
after_coordinates | dict[str, float] | Read | Gets the after coordinates. |
before_normalized_coordinates | dict[str, float] | Read | Gets the before normalized coordinates. |
after_normalized_coordinates | dict[str, float] | Read | Gets the after normalized coordinates. |
glyph_comparisons | tuple[GlyphDeltaComparisonReport, ...] | Read | Gets the glyph comparisons. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary containing all report fields |