CompositeComponentMovement
Overview
CompositeComponentMovement is a class in Aspose.Font FOSS for Python.
CompositeComponentMovement.to_dict returns a dict of the object’s numeric and boolean fields.
This class provides 1 method for working with CompositeComponentMovement 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_tuple_count, component_index, glyph_id, local_strongest_magnitude, local_strongest_point_index, note, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
component_index | int | Read | Gets the component index. |
glyph_id | int | Read | Gets the glyph id. |
point_count | int | Read | Gets the point count. |
strongest_point_index | int | None | Read | Gets the strongest point index. |
strongest_magnitude | float | Read | Gets the strongest magnitude. |
total_abs_dx | float | Read | Gets the total abs dx. |
total_abs_dy | float | Read | Gets the total abs dy. |
active_tuple_count | int | Read | Gets the active tuple count. |
local_strongest_point_index | int | None | Read | Gets the local strongest point index. |
local_strongest_magnitude | float | Read | Gets the local strongest magnitude. |
shift_magnitude | float | Read | Gets the shift magnitude. |
transform_changed | bool | Read | Gets the transform changed. |
note | str | None | Read | Gets the note. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, float | int | bool | None] | Returns a dict of the object’s numeric and boolean fields |