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
| Name | Type | Access | Description |
|---|---|---|---|
requested_count | int | Read | 得到了要求的数量. |
covered_count | int | Read | 得到了覆盖的数量. |
missing_count | int | Read | 得到了缺失的数量. |
fully_covered | bool | Read | 得到完全覆盖. |
requested_codepoints | tuple[int, ...] | Read | 得到了请求的代码点. |
covered_codepoints | tuple[int, ...] | Read | 得到了密码点. |
missing_codepoints | tuple[int, ...] | Read | 找到了缺失的代码点. |
retained_gids | tuple[int, ...] | Read | 得到保留的指南. |
groups | tuple[CoverageGroup, ...] | Read | 得到了群体. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | `返回一个包含所有覆盖度指标和代码点列表的Python单词典. |
summary_dict() → dict[str, object] | 返回一个简洁的词典,总结了分设操作覆盖统计数据. |