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_countint阅读获取字形计数。.
active_glyph_countint阅读获取活动字形计数。.
supported_glyph_countint阅读获取受支持的字形计数。.
textstr阅读获取文本。.
instance_labelstr阅读获取实例标签。.
coordinatesdict[str, float]阅读获取坐标。.
normalized_coordinatesdict[str, float]阅读获取归一化坐标。.
glyph_reportstuple[GlyphDeltaReport, ...]阅读获取字形报告。.

方法

Signature描述情况
to_dict()dict[str, object]在这个 TextDeltaReport 实例上调用 to_dict.

查看更多

 中文