CoverageGroup
CoverageGroup
Overview
CoverageGroup 是Python的Aspose.Font FOSS中的一个类.
覆盖诊断一个请求源,如预设,文本或范围.
这个类提供了在Python程序中使用CoverageGroup 对象的2种方法. 有的方法包括: summary_dict, to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: covered_codepoints, covered_count, fully_covered, kind, label, missing_codepoints,另外还有3个.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
requested_count | int | Read | 得到了要求的数量. |
covered_count | int | Read | 得到了覆盖的数量. |
missing_count | int | Read | 得到了缺失的数量. |
fully_covered | bool | Read | 得到完全覆盖. |
kind | str | Read | 得到的类型. |
label | str | Read | 得到标签. |
requested_codepoints | tuple[int, ...] | Read | 得到了请求的代码点. |
covered_codepoints | tuple[int, ...] | Read | 得到了密码点. |
missing_codepoints | tuple[int, ...] | Read | 找到了缺失的代码点. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | 返回对象数据的字典表示 |
summary_dict() → dict[str, object] | 返回一个简洁的字典,概括覆盖统计数据. |