DeltaTupleReport

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

NameTypeAccessDescription
tuple_indexintReadGets the tuple index.
scalarfloatReadGets the scalar.
peak_coordsdict[str, float]ReadGets the peak coords.
start_coordsdict[str, float] | NoneReadGets the start coords.
end_coordsdict[str, float] | NoneReadGets the end coords.
referenced_pointsintReadGets the referenced points.
referenced_outline_pointsintReadGets the referenced outline points.
referenced_phantom_pointsintReadGets the referenced phantom points.
non_zero_pointsintReadGets the non zero points.
non_zero_outline_pointsintReadGets the non zero outline points.
non_zero_phantom_pointsintReadGets the non zero phantom points.
max_abs_dxfloatReadGets the max abs dx.
max_abs_dyfloatReadGets the max abs dy.
total_abs_dxfloatReadGets the total abs dx.
total_abs_dyfloatReadGets the total abs dy.
top_pointstuple[DeltaPoint, ...]ReadGets the top points.

Methods

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

See Also