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
| Name | Type | Access | Description |
|---|---|---|---|
stat_policy | str | Read | Gets the stat policy. |
source_has_stat | bool | Read | Gets the source has stat. |
static_export_action | str | Read | Gets the static export action. |
stat_policy_recommendation | str | Read | Gets the stat policy recommendation. |
stat_policy_recommendation_reasons | tuple[str, ...] | Read | Gets the stat policy recommendation reasons. |
stat_policy_override_suggestion | str | None | Read | Gets the stat policy override suggestion. |
stat_policy_override_suggestion_reasons | tuple[str, ...] | Read | Gets the stat policy override suggestion reasons. |
typographic_family_ids_emitted | tuple[int, ...] | Read | Gets the typographic family ids emitted. |
typographic_style_ids_emitted | tuple[int, ...] | Read | Gets the typographic style ids emitted. |
legacy_typographic_family_diverges | bool | Read | Gets the legacy typographic family diverges. |
legacy_typographic_style_diverges | bool | Read | Gets the legacy typographic style diverges. |
source_stat_name_ids | tuple[int, ...] | Read | Gets the source stat name ids. |
covered_source_stat_name_ids | tuple[int, ...] | Read | Gets the covered source stat name ids. |
uncovered_source_stat_name_ids | tuple[int, ...] | Read | Gets the uncovered source stat name ids. |
source_stat_name_labels | tuple[tuple[int, str | None, bool], ...] | Read | Gets the source stat name labels. |
source_stat_axis_value_flags | tuple[int, ...] | Read | Gets the source stat axis value flags. |
source_stat_axis_value_flag_meanings | tuple[tuple[int, tuple[str, ...]], ...] | Read | Gets the source stat axis value flag meanings. |
source_stat_axis_value_flag_summary | dict[str, int] | Read | Gets the source stat axis value flag summary. |
generated_stat_name_ids | tuple[int, ...] | Read | Gets the generated stat name ids. |
generated_stat_axis_tags | tuple[str, ...] | Read | Gets the generated stat axis tags. |
generated_stat_axis_value_flags | int | Read | Gets the generated stat axis value flags. |
generated_stat_axis_value_flag_meanings | tuple[str, ...] | Read | Gets the generated stat axis value flag meanings. |
generated_stat_axis_value_flag_summary | dict[str, int] | Read | Gets the generated stat axis value flag summary. |
notes | tuple[str, ...] | Read | Gets the notes. |
warnings | tuple[str, ...] | Read | Gets the warnings. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Calls to_dict on this StatNamingDiagnostics instance. |