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
| Name | Type | Access | Description |
|---|---|---|---|
glyph_count | int | Read | Gets the glyph count. |
active_glyph_count | int | Read | Gets the active glyph count. |
supported_glyph_count | int | Read | Gets the supported glyph count. |
text | str | Read | Gets the text. |
instance_label | str | Read | Gets the instance label. |
coordinates | dict[str, float] | Read | Gets the coordinates. |
normalized_coordinates | dict[str, float] | Read | Gets the normalized coordinates. |
glyph_reports | tuple[GlyphDeltaReport, ...] | Read | Gets the glyph reports. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Calls to_dict on this TextDeltaReport instance. |