CompositeGlyphComponent

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

NameTypeAccessDescription
glyph_idintReadGets the glyph id.
dxfloatReadGets the dx.
dyfloatReadGets the dy.
xxfloatReadGets the xx.
yxfloatReadGets the yx.
xyfloatReadGets the xy.
yyfloatReadGets the yy.

Methods

SignatureDescription
to_dict()dict[str, float | int]Returns a dict of the component’s numeric attributes

See Also