NamingPolicyPreview

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

NameTypeAccessDescription
name_idsdict[int, str]ReadGets the name ids.
naming_strategystrReadGets the naming strategy.
family_suffixstr | NoneReadGets the family suffix.
coordinatesdict[str, float]ReadGets the coordinates.
source_instance_namestr | NoneReadGets the source instance name.
legacy_family_namestrReadGets the legacy family name.
legacy_style_namestrReadGets the legacy style name.
full_namestrReadGets the full name.
postscript_namestrReadGets the postscript name.
typographic_family_namestrReadGets the typographic family name.
typographic_style_namestrReadGets the typographic style name.
warningstuple[str, ...]ReadGets the warnings.
stat_diagnostics"StatNamingDiagnostics | None"ReadGets the stat diagnostics.
platform_diagnostics"PlatformNamingDiagnostics | None"ReadGets the platform diagnostics.

Methods

SignatureDescription
to_dict()dict[str, object]Serializes the dry‑run naming results into a plain Python dictionary for inspection or JSON export

See Also