GlyphDeltaComparisonReport

GlyphDeltaComparisonReport

Overview

GlyphDeltaComparisonReport is a class in Aspose.Font FOSS for Python.

GlyphDeltaComparisonReport.moved_point_count is the count of points that moved between before and after.

This class provides 1 method for working with GlyphDeltaComparisonReport 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: after, before, character, codepoint, comparison_points, glyph_id, and 4 more.

Properties

NameTypeAccessDescription
moved_point_countintReadGets the moved point count.
is_comparableboolReadGets the is comparable.
glyph_idintReadGets the glyph id.
glyph_namestr | NoneReadGets the glyph name.
codepointint | NoneReadGets the codepoint.
characterstrReadGets the character.
beforeGlyphDeltaReportReadGets the before.
afterGlyphDeltaReportReadGets the after.
comparison_pointstuple[DeltaPoint, ...]ReadGets the comparison points.
notestr | NoneReadGets the note.

Methods

SignatureDescription
to_dict()dict[str, object]Calls to_dict on this GlyphDeltaComparisonReport instance.

See Also