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
| Name | Type | Access | Description |
|---|---|---|---|
moved_point_count | int | Read | Gets the moved point count. |
is_comparable | bool | Read | Gets the is comparable. |
glyph_id | int | Read | Gets the glyph id. |
glyph_name | str | None | Read | Gets the glyph name. |
codepoint | int | None | Read | Gets the codepoint. |
character | str | Read | Gets the character. |
before | GlyphDeltaReport | Read | Gets the before. |
after | GlyphDeltaReport | Read | Gets the after. |
comparison_points | tuple[DeltaPoint, ...] | Read | Gets the comparison points. |
note | str | None | Read | Gets the note. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Calls to_dict on this GlyphDeltaComparisonReport instance. |