TextDeltaReport

TextDeltaReport

Overview

TextDeltaReport is a class in Aspose.Font FOSS for Python.

TextDeltaReport aggregates glyph‑level delta information, exposing glyph_count, active_glyph_count, and a collection of glyph_reports for QA inspection.

This class provides 1 method for working with TextDeltaReport 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: active_glyph_count, coordinates, glyph_count, glyph_reports, instance_label, normalized_coordinates, and 2 more.

Properties

NameTypeAccessDescription
glyph_countintReadGets the glyph count.
active_glyph_countintReadGets the active glyph count.
supported_glyph_countintReadGets the supported glyph count.
textstrReadGets the text.
instance_labelstrReadGets the instance label.
coordinatesdict[str, float]ReadGets the coordinates.
normalized_coordinatesdict[str, float]ReadGets the normalized coordinates.
glyph_reportstuple[GlyphDeltaReport, ...]ReadGets the glyph reports.

Methods

SignatureDescription
to_dict()dict[str, object]Calls to_dict on this TextDeltaReport instance.

See Also