Overview
GlyphDeltaReport is a class in Aspose.Font FOSS for Python.
Properties
| Name | Type | Access | Description |
|---|
glyph_id | int | Read | |
glyph_name | str | None | Read | |
codepoint | int | None | Read | |
character | str | Read | |
instance_label | str | Read | |
coordinates | dict[str, float] | Read | |
normalized_coordinates | dict[str, float] | Read | |
total_tuple_count | int | Read | |
active_tuples | tuple[DeltaTupleReport, ...] | Read | |
strongest_points | tuple[DeltaPoint, ...] | Read | |
composite_components | tuple[CompositeGlyphComponent, ...] | Read | |
component_movements | tuple[CompositeComponentMovement, ...] | Read | |
point_count | int | Read | |
contour_count | int | Read | |
is_supported | bool | Read | |
note | str | None | Read | |
Methods
| Signature | Description |
|---|
to_dict() → dict[str, object] | |