DeltaTupleReport
Overview
DeltaTupleReport is a class in Aspose.Font FOSS for Python.
DeltaTupleReport.tuple_index is the zero‑based index of the delta tuple.
This class provides 1 method for working with DeltaTupleReport 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: end_coords, max_abs_dx, max_abs_dy, non_zero_outline_points, non_zero_phantom_points, non_zero_points, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
tuple_index | int | Read | Gets the tuple index. |
scalar | float | Read | Gets the scalar. |
peak_coords | dict[str, float] | Read | Gets the peak coords. |
start_coords | dict[str, float] | None | Read | Gets the start coords. |
end_coords | dict[str, float] | None | Read | Gets the end coords. |
referenced_points | int | Read | Gets the referenced points. |
referenced_outline_points | int | Read | Gets the referenced outline points. |
referenced_phantom_points | int | Read | Gets the referenced phantom points. |
non_zero_points | int | Read | Gets the non zero points. |
non_zero_outline_points | int | Read | Gets the non zero outline points. |
non_zero_phantom_points | int | Read | Gets the non zero phantom points. |
max_abs_dx | float | Read | Gets the max abs dx. |
max_abs_dy | float | Read | Gets the max abs dy. |
total_abs_dx | float | Read | Gets the total abs dx. |
total_abs_dy | float | Read | Gets the total abs dy. |
top_points | tuple[DeltaPoint, ...] | Read | Gets the top points. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Calls to_dict on this DeltaTupleReport instance. |