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

NameTypeAccessDescription
moved_point_countintRead得到了移动的点数.
is_comparableboolRead得到的是可比的.
glyph_idintRead得到了字符号的标识.
glyph_name`strNone`Read
codepoint`intNone`Read
characterstrRead得到了角色.
beforeGlyphDeltaReportRead得到之前.
afterGlyphDeltaReportRead得到后面的.
comparison_pointstuple[DeltaPoint, ...]Read得到了比较点.
note`strNone`Read

Methods

SignatureDescription
to_dict()dict[str, object]在这个 GlyphDeltaComparisonReport 实例上调用 to_dict.

See Also

 中文