LocalizationResolution

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

NameTypeAccessDescription
is_exact_matchboolReadGets the is exact match.
requested_languagestuple[str, ...]ReadGets the requested languages.
preference_chaintuple[str, ...]ReadGets the preference chain.
selected_languagestr | NoneReadGets the selected language.
selected_labelstr | NoneReadGets the selected label.
fallback_reasonstrReadGets the fallback reason.

Methods

SignatureDescription
to_dict()dict[str, object]Returns a dictionary representation of the resolution state

See Also

 English