CompatibilityReport

CompatibilityReport

Overview

CompatibilityReport is a class in Aspose.Font FOSS for Python.

Properties

NameTypeAccessDescription
is_compatibleboolRead
before_labelstrRead
after_labelstrRead
checked_codepointstuple[int, ...]Read
compared_glyphsintRead
before_normalized_coordinatesdict[str, float]Read
after_normalized_coordinatesdict[str, float]Read
issuestuple[GlyphCompatibilityIssue, ...]Read
interpolation_issuestuple[GlyphInterpolationIssue, ...]Read

Methods

SignatureDescription
to_dict()dict[str, object]
to_json(indent: int, sort_keys: bool)str
write_json(target: str | Path, indent: int, sort_keys: bool)