NamingPolicyPreview
Overview
NamingPolicyPreview is a class in Aspose.Font FOSS for Python.
Dry-run result for generated static-instance name records.
This class provides 1 method for working with NamingPolicyPreview 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: coordinates, family_suffix, full_name, legacy_family_name, legacy_style_name, name_ids, and 8 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name_ids | dict[int, str] | Read | Gets the name ids. |
naming_strategy | str | Read | Gets the naming strategy. |
family_suffix | str | None | Read | Gets the family suffix. |
coordinates | dict[str, float] | Read | Gets the coordinates. |
source_instance_name | str | None | Read | Gets the source instance name. |
legacy_family_name | str | Read | Gets the legacy family name. |
legacy_style_name | str | Read | Gets the legacy style name. |
full_name | str | Read | Gets the full name. |
postscript_name | str | Read | Gets the postscript name. |
typographic_family_name | str | Read | Gets the typographic family name. |
typographic_style_name | str | Read | Gets the typographic style name. |
warnings | tuple[str, ...] | Read | Gets the warnings. |
stat_diagnostics | "StatNamingDiagnostics | None" | Read | Gets the stat diagnostics. |
platform_diagnostics | "PlatformNamingDiagnostics | None" | Read | Gets the platform diagnostics. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Serializes the dry‑run naming results into a plain Python dictionary for inspection or JSON export |