GlyphInterpolationIssue
GlyphInterpolationIssue
Overview
GlyphInterpolationIssue є клас у Aspose.Font FOSS для Python.
GlyphInterpolationIssue.codepoint is the integer Unicode codepoint of the affected glyph.
Цей клас надає 1 метод для роботи з об’єктами GlyphInterpolationIssue в програмах Python. Доступні методи включають: to_dict. Всі публічні члени доступні будь-якій додаткові Python після встановлення Aspose.Font FOSS для пакету Python. Свойства: after_active, before_active, character, codepoint, entered_tuple_indices, exited_tuple_indices, і ще два.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
codepoint | int | Read | Він отримує кодову точку. |
character | str | Read | Він отримує характер. |
reason | str | Read | Знайшов причину. |
before_active | tuple[ActiveTupleSummary, ...] | Read | До того, як активний. |
after_active | tuple[ActiveTupleSummary, ...] | Read | Поки що, він активний. |
entered_tuple_indices | tuple[int, ...] | Read | Обирає введені тупори. |
exited_tuple_indices | tuple[int, ...] | Read | Отримає вийшливе тупольне індекси. |
retuned_tuples | tuple[TupleScalarDelta, ...] | Read | Отримає перенаправлені тупли. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Покликання to_dict на цьому GlyphInterpolationIssue інстанції. |