Overview
CompatibilityReport is a class in Aspose.Font FOSS for Python.
Properties
| Name | Type | Access | Description |
|---|
is_compatible | bool | Read | |
before_label | str | Read | |
after_label | str | Read | |
checked_codepoints | tuple[int, ...] | Read | |
compared_glyphs | int | Read | |
before_normalized_coordinates | dict[str, float] | Read | |
after_normalized_coordinates | dict[str, float] | Read | |
issues | tuple[GlyphCompatibilityIssue, ...] | Read | |
interpolation_issues | tuple[GlyphInterpolationIssue, ...] | Read | |
Methods
| Signature | Description |
|---|
to_dict() → dict[str, object] | |
to_json(indent: int, sort_keys: bool) → str | |
write_json(target: str | Path, indent: int, sort_keys: bool) | |