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

NameTypeAccessDescription
codepointintRead得到了代码点.
characterstrRead得到了角色.
reasonstrRead得到了原因.
before_activetuple[ActiveTupleSummary, ...]Read得到之前的活跃.
after_activetuple[ActiveTupleSummary, ...]Read让后者活跃.
entered_tuple_indicestuple[int, ...]Read得到输入的二进制指数.
exited_tuple_indicestuple[int, ...]Read得到了出口的二进制指数.
retuned_tuplestuple[TupleScalarDelta, ...]Read得到了调整的图普尔.

Methods

SignatureDescription
to_dict()dict[str, object]在这个 GlyphInterpolationIssue 实例上调用 to_dict.

See Also

 中文