LocalizationCoverage
Overview
LocalizationCoverage is a class in Aspose.Font FOSS for Python.
LocalizationCoverage.to_dict returns a dictionary representation of the coverage data.
This class provides 1 method for working with LocalizationCoverage 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: available_count, available_languages, matched_count, matched_languages, missing_count, missing_languages, and 3 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
requested_count | int | Read | Gets the requested count. |
available_count | int | Read | Gets the available count. |
matched_count | int | Read | Gets the matched count. |
missing_count | int | Read | Gets the missing count. |
requested_languages | tuple[str, ...] | Read | Gets the requested languages. |
available_languages | tuple[str, ...] | Read | Gets the available languages. |
matched_languages | tuple[str, ...] | Read | Gets the matched languages. |
missing_languages | tuple[str, ...] | Read | Gets the missing languages. |
status | str | Read | Gets the status. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | Returns a dictionary representation of the coverage data |