CompatibilityChecker
Overview
CompatibilityChecker is a class in Aspose.Font FOSS for Python.
Methods
| Signature | Description |
|---|---|
compare_fonts(before: Font, after: Font, before_label: str, after_label: str, codepoints: list[int] | tuple[int, ...] | None, text: str) → CompatibilityReport | |
compare_variable_instances(font, before_coordinates: dict[str, float] | None, after_coordinates: dict[str, float] | None, before_instance_name: str | None, after_instance_name: str | None, codepoints: list[int] | tuple[int, ...] | None, text: str) → CompatibilityReport |