GlyphInterpolationIssue
Overview
GlyphInterpolationIssue is a class in Aspose.Font FOSS for Python.
GlyphInterpolationIssue.codepoint is the integer Unicode codepoint of the affected glyph.
This class provides 1 method for working with GlyphInterpolationIssue 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_active, before_active, character, codepoint, entered_tuple_indices, exited_tuple_indices, 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. |
before_active | tuple[ActiveTupleSummary, ...] | Read | Gets the before active. |
after_active | tuple[ActiveTupleSummary, ...] | Read | Gets the after active. |
entered_tuple_indices | tuple[int, ...] | Read | Gets the entered tuple indices. |
exited_tuple_indices | tuple[int, ...] | Read | Gets the exited tuple indices. |
retuned_tuples | tuple[TupleScalarDelta, ...] | Read | Gets the retuned tuples. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Calls to_dict on this GlyphInterpolationIssue instance. |