CompositeComponentMovement

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

NameTypeAccessDescription
component_indexintReadGets the component index.
glyph_idintReadGets the glyph id.
point_countintReadGets the point count.
strongest_point_indexint | NoneReadGets the strongest point index.
strongest_magnitudefloatReadGets the strongest magnitude.
total_abs_dxfloatReadGets the total abs dx.
total_abs_dyfloatReadGets the total abs dy.
active_tuple_countintReadGets the active tuple count.
local_strongest_point_indexint | NoneReadGets the local strongest point index.
local_strongest_magnitudefloatReadGets the local strongest magnitude.
shift_magnitudefloatReadGets the shift magnitude.
transform_changedboolReadGets the transform changed.
notestr | NoneReadGets the note.

Methods

SignatureDescription
to_dict()dict[str, float | int | bool | None]Returns a dict of the object’s numeric and boolean fields

See Also