CompositeGlyphComponent
Overview
CompositeGlyphComponent is a class in Aspose.Font FOSS for Python.
CompositeGlyphComponent.to_dict() returns a dict of the component’s numeric attributes.
This class provides 1 method for working with CompositeGlyphComponent 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: dx, dy, glyph_id, xx, xy, yx, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
glyph_id | int | Read | Gets the glyph id. |
dx | float | Read | Gets the dx. |
dy | float | Read | Gets the dy. |
xx | float | Read | Gets the xx. |
yx | float | Read | Gets the yx. |
xy | float | Read | Gets the xy. |
yy | float | Read | Gets the yy. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, float | int] | Returns a dict of the component’s numeric attributes |