GlyphDeltaComparisonReport
GlyphDeltaComparisonReport
Overview
GlyphDeltaComparisonReport 是Python的Aspose.Font FOSS中的一个类.
GlyphDeltaComparisonReport.moved_point_count is the count of points that moved between before and after.
这个类提供了一个方法,用于在Python程序中使用GlyphDeltaComparisonReport 对象. 有的方法包括: to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: after, before, character, codepoint, comparison_points, glyph_id,另外还有4个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
moved_point_count | int | Read | 得到了移动的点数. |
is_comparable | bool | Read | 得到的是可比的. |
glyph_id | int | Read | 得到了字符号的标识. |
glyph_name | `str | None` | Read |
codepoint | `int | None` | Read |
character | str | Read | 得到了角色. |
before | GlyphDeltaReport | Read | 得到之前. |
after | GlyphDeltaReport | Read | 得到后面的. |
comparison_points | tuple[DeltaPoint, ...] | Read | 得到了比较点. |
note | `str | None` | Read |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | 在这个 GlyphDeltaComparisonReport 实例上调用 to_dict. |