StatNamingDiagnostics

StatNamingDiagnostics

Overview

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

StatNamingDiagnostics reports whether the source font contains STAT tables and recommends appropriate stat_policy settings for export.

This class provides 1 method for working with StatNamingDiagnostics 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: covered_source_stat_name_ids, generated_stat_axis_tags, generated_stat_axis_value_flag_meanings, generated_stat_axis_value_flag_summary, generated_stat_axis_value_flags, generated_stat_name_ids, and 19 more.

Properties

NameTypeAccessDescription
stat_policystrReadGets the stat policy.
source_has_statboolReadGets the source has stat.
static_export_actionstrReadGets the static export action.
stat_policy_recommendationstrReadGets the stat policy recommendation.
stat_policy_recommendation_reasonstuple[str, ...]ReadGets the stat policy recommendation reasons.
stat_policy_override_suggestionstr | NoneReadGets the stat policy override suggestion.
stat_policy_override_suggestion_reasonstuple[str, ...]ReadGets the stat policy override suggestion reasons.
typographic_family_ids_emittedtuple[int, ...]ReadGets the typographic family ids emitted.
typographic_style_ids_emittedtuple[int, ...]ReadGets the typographic style ids emitted.
legacy_typographic_family_divergesboolReadGets the legacy typographic family diverges.
legacy_typographic_style_divergesboolReadGets the legacy typographic style diverges.
source_stat_name_idstuple[int, ...]ReadGets the source stat name ids.
covered_source_stat_name_idstuple[int, ...]ReadGets the covered source stat name ids.
uncovered_source_stat_name_idstuple[int, ...]ReadGets the uncovered source stat name ids.
source_stat_name_labelstuple[tuple[int, str | None, bool], ...]ReadGets the source stat name labels.
source_stat_axis_value_flagstuple[int, ...]ReadGets the source stat axis value flags.
source_stat_axis_value_flag_meaningstuple[tuple[int, tuple[str, ...]], ...]ReadGets the source stat axis value flag meanings.
source_stat_axis_value_flag_summarydict[str, int]ReadGets the source stat axis value flag summary.
generated_stat_name_idstuple[int, ...]ReadGets the generated stat name ids.
generated_stat_axis_tagstuple[str, ...]ReadGets the generated stat axis tags.
generated_stat_axis_value_flagsintReadGets the generated stat axis value flags.
generated_stat_axis_value_flag_meaningstuple[str, ...]ReadGets the generated stat axis value flag meanings.
generated_stat_axis_value_flag_summarydict[str, int]ReadGets the generated stat axis value flag summary.
notestuple[str, ...]ReadGets the notes.
warningstuple[str, ...]ReadGets the warnings.

Methods

SignatureDescription
to_dict()dict[str, object]Calls to_dict on this StatNamingDiagnostics instance.

See Also

 English