TextDeltaReport
TextDeltaReport
概述
TextDeltaReport 是Python的Aspose.Font FOSS中的一个类.
TextDeltaReport 汇集了字符级别的三角形信息,暴露了文字符数量,活跃的字母数和一个集合的文字格式报告用于质量管理检查.
这个类提供了一个方法,用于在Python程序中使用TextDeltaReport 对象. 有的方法包括: to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: active_glyph_count, coordinates, glyph_count, glyph_reports, instance_label, normalized_coordinates,另外两个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
glyph_count | int | 阅读 | 获取字形计数。. |
active_glyph_count | int | 阅读 | 获取活动字形计数。. |
supported_glyph_count | int | 阅读 | 获取受支持的字形计数。. |
text | str | 阅读 | 获取文本。. |
instance_label | str | 阅读 | 获取实例标签。. |
coordinates | dict[str, float] | 阅读 | 获取坐标。. |
normalized_coordinates | dict[str, float] | 阅读 | 获取归一化坐标。. |
glyph_reports | tuple[GlyphDeltaReport, ...] | 阅读 | 获取字形报告。. |
方法
| Signature | 描述情况 |
|---|---|
to_dict() → dict[str, object] | 在这个 TextDeltaReport 实例上调用 to_dict. |