GlyphDeltaReport
Overview
GlyphDeltaReport is a class in Aspose.Font FOSS for Python.
GlyphDeltaReport.to_dict returns a dictionary representation of the report’s data.
This class provides 1 method for working with GlyphDeltaReport 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_tuples, character, codepoint, component_movements, composite_components, contour_count, and 10 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyph_id | int | Read | Gets the glyph id. |
glyph_name | str | None | Read | Gets the glyph name. |
codepoint | int | None | Read | Gets the codepoint. |
character | str | Read | Gets the character. |
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. |
total_tuple_count | int | Read | Gets the total tuple count. |
active_tuples | tuple[DeltaTupleReport, ...] | Read | Gets the active tuples. |
strongest_points | tuple[DeltaPoint, ...] | Read | Gets the strongest points. |
composite_components | tuple[CompositeGlyphComponent, ...] | Read | Gets the composite components. |
component_movements | tuple[CompositeComponentMovement, ...] | Read | Gets the component movements. |
point_count | int | Read | Gets the point count. |
contour_count | int | Read | Gets the contour count. |
is_supported | bool | Read | Gets the is supported. |
note | str | None | Read | Gets the note. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary representation of the report’s data |