LocalizationResolution
Overview
LocalizationResolution is a class in Aspose.Font FOSS for Python.
LocalizationResolution.to_dict returns a dictionary representation of the resolution state.
This class provides 1 method for working with LocalizationResolution 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: fallback_reason, is_exact_match, preference_chain, requested_languages, selected_label, selected_language.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_exact_match | bool | Read | Gets the is exact match. |
requested_languages | tuple[str, ...] | Read | Gets the requested languages. |
preference_chain | tuple[str, ...] | Read | Gets the preference chain. |
selected_language | str | None | Read | Gets the selected language. |
selected_label | str | None | Read | Gets the selected label. |
fallback_reason | str | Read | Gets the fallback reason. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary representation of the resolution state |