GlyphInterpolationIssue

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

NameTypeAccessDescription
codepointintReadGets the codepoint.
characterstrReadGets the character.
reasonstrReadGets the reason.
before_activetuple[ActiveTupleSummary, ...]ReadGets the before active.
after_activetuple[ActiveTupleSummary, ...]ReadGets the after active.
entered_tuple_indicestuple[int, ...]ReadGets the entered tuple indices.
exited_tuple_indicestuple[int, ...]ReadGets the exited tuple indices.
retuned_tuplestuple[TupleScalarDelta, ...]ReadGets the retuned tuples.

Methods

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

See Also