GlyphCompatibilityIssue

GlyphCompatibilityIssue

Overview

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

GlyphCompatibilityIssue.to_dict returns a dictionary representation of the issue.

This class provides 1 method for working with GlyphCompatibilityIssue objects in Python programs. Available methods include: to_dict. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: after_signature, after_stats, before_signature, before_stats, character, codepoint, and 2 more.

Properties

NameTypeAccessDescription
codepointintReadGets the codepoint.
characterstrReadGets the character.
reasonstrReadGets the reason.
geometry_notestuple[str, ...]ReadGets the geometry notes.
before_signaturetuple[str, ...]ReadGets the before signature.
after_signaturetuple[str, ...]ReadGets the after signature.
before_statsGlyphOutlineStatsReadGets the before stats.
after_statsGlyphOutlineStatsReadGets the after stats.

Methods

SignatureDescription
to_dict()dict[str, object]Returns a dictionary representation of the issue

See Also