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

NameTypeAccessDescription
codepointintRead得到了代码点.
characterstrRead得到了角色.
reasonstrRead得到了原因.
geometry_notestuple[str, ...]Read得到几何的笔记.
before_signaturetuple[str, ...]Read得到之前的签名.
after_signaturetuple[str, ...]Read得到后面的签名.
before_statsGlyphOutlineStatsRead得到之前的统计数据.
after_statsGlyphOutlineStatsRead得到了后面的统计数据.

Methods

SignatureDescription
to_dict()dict[str, object]返回问题词典表示

See Also

 中文