GlyphDeltaReport

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

NameTypeAccessDescription
glyph_idintReadGets the glyph id.
glyph_namestr | NoneReadGets the glyph name.
codepointint | NoneReadGets the codepoint.
characterstrReadGets the character.
instance_labelstrReadGets the instance label.
coordinatesdict[str, float]ReadGets the coordinates.
normalized_coordinatesdict[str, float]ReadGets the normalized coordinates.
total_tuple_countintReadGets the total tuple count.
active_tuplestuple[DeltaTupleReport, ...]ReadGets the active tuples.
strongest_pointstuple[DeltaPoint, ...]ReadGets the strongest points.
composite_componentstuple[CompositeGlyphComponent, ...]ReadGets the composite components.
component_movementstuple[CompositeComponentMovement, ...]ReadGets the component movements.
point_countintReadGets the point count.
contour_countintReadGets the contour count.
is_supportedboolReadGets the is supported.
notestr | NoneReadGets the note.

Methods

SignatureDescription
to_dict()dict[str, object]Returns a dictionary representation of the report’s data

See Also