GlyphCompatibilityIssue
Overview
GlyphCompatibilityIssue is a class in Aspose.Font FOSS for Python.
GlyphCompatibilityIssue.to_dict returns a dictionary representation of the issue.
This class provides 1 method for working with GlyphCompatibilityIssue 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_signature, after_stats, before_signature, before_stats, character, codepoint, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
codepoint | int | Read | Gets the codepoint. |
character | str | Read | Gets the character. |
reason | str | Read | Gets the reason. |
geometry_notes | tuple[str, ...] | Read | Gets the geometry notes. |
before_signature | tuple[str, ...] | Read | Gets the before signature. |
after_signature | tuple[str, ...] | Read | Gets the after signature. |
before_stats | GlyphOutlineStats | Read | Gets the before stats. |
after_stats | GlyphOutlineStats | Read | Gets the after stats. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary representation of the issue |