TextDeltaComparisonReport

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

NameTypeAccessDescription
glyph_countintReadGets the glyph count.
comparable_glyph_countintReadGets the comparable glyph count.
moved_glyph_countintReadGets the moved glyph count.
textstrReadGets the text.
before_labelstrReadGets the before label.
after_labelstrReadGets the after label.
before_coordinatesdict[str, float]ReadGets the before coordinates.
after_coordinatesdict[str, float]ReadGets the after coordinates.
before_normalized_coordinatesdict[str, float]ReadGets the before normalized coordinates.
after_normalized_coordinatesdict[str, float]ReadGets the after normalized coordinates.
glyph_comparisonstuple[GlyphDeltaComparisonReport, ...]ReadGets the glyph comparisons.

Methods

SignatureDescription
to_dict()dict[str, object]Returns a dictionary containing all report fields

See Also