CompatibilityChecker
CompatibilityChecker
Overview
CompatibilityChecker 是Python的Aspose.Font FOSS中的一个类.
输出一个可以通过 report.to_json 来导入 JSON 的 CompatibilityReport .
这个类提供了在Python程序中使用CompatibilityChecker 对象的2种方法. 有的方法包括: compare_fonts, compare_variable_instances. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序.
Methods
| Signature | Description |
|---|---|
| `compare_fonts(before: Font, after: Font, before_label: str, after_label: str, codepoints: list[int] | tuple[int, …] |
| `compare_variable_instances(font, before_coordinates: dict[str, float] | None, after_coordinates: dict[str, float] |