GlyphInterpolationIssue
GlyphInterpolationIssue
Overview
GlyphInterpolationIssue 是Python的Aspose.Font FOSS中的一个类.
GlyphInterpolationIssue.codepoint is the integer Unicode codepoint of the affected glyph.
这个类提供了一个方法,用于在Python程序中使用GlyphInterpolationIssue 对象. 有的方法包括: 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] | 在这个 GlyphInterpolationIssue 实例上调用 to_dict. |