GlyphCompatibilityIssue
GlyphCompatibilityIssue
Overview
GlyphCompatibilityIssue 是Python的Aspose.Font FOSS中的一个类.
GlyphCompatibilityIssue.to_dict returns a dictionary representation of the issue.
这个类提供了一个方法,用于在Python程序中使用GlyphCompatibilityIssue 对象. 有的方法包括: to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: after_signature, after_stats, before_signature, before_stats, character, codepoint,另外两个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
codepoint | int | Read | 得到了代码点. |
character | str | Read | 得到了角色. |
reason | str | Read | 得到了原因. |
geometry_notes | tuple[str, ...] | Read | 得到几何的笔记. |
before_signature | tuple[str, ...] | Read | 得到之前的签名. |
after_signature | tuple[str, ...] | Read | 得到后面的签名. |
before_stats | GlyphOutlineStats | Read | 得到之前的统计数据. |
after_stats | GlyphOutlineStats | Read | 得到了后面的统计数据. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | 返回问题词典表示 |