SubsetCoverage

SubsetCoverage

Overview

SubsetCoverage 是Python的Aspose.Font FOSS中的一个类.

统计Unicode覆盖范围诊断,以满足一个子设请求.

这个类提供了在Python程序中使用SubsetCoverage 对象的2种方法. 有的方法包括: summary_dict, to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: covered_codepoints, covered_count, fully_covered, groups, missing_codepoints, missing_count,另外还有3个.

Properties

NameTypeAccessDescription
requested_countintRead得到了要求的数量.
covered_countintRead得到了覆盖的数量.
missing_countintRead得到了缺失的数量.
fully_coveredboolRead得到完全覆盖.
requested_codepointstuple[int, ...]Read得到了请求的代码点.
covered_codepointstuple[int, ...]Read得到了密码点.
missing_codepointstuple[int, ...]Read找到了缺失的代码点.
retained_gidstuple[int, ...]Read得到保留的指南.
groupstuple[CoverageGroup, ...]Read得到了群体.

Methods

SignatureDescription
to_dict()dict[str, object]`返回一个包含所有覆盖度指标和代码点列表的Python单词典.
summary_dict()dict[str, object]返回一个简洁的词典,总结了分设操作覆盖统计数据.

See Also

 中文