encode_metablock_MetaBlockSplit
Overview
encode_metablock_MetaBlockSplit is a class in Aspose.Font FOSS for Python.
This class provides 1 method for working with encode_metablock_MetaBlockSplit objects in Python programs.
Available methods include: __init__.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: command_histograms, command_split, distance_context_map, distance_histograms, distance_split, literal_context_map, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
distance_histograms | `` | Read | Gets the distance histograms. |
command_histograms | `` | Read | Gets the command histograms. |
literal_histograms | `` | Read | Gets the literal histograms. |
distance_context_map | `` | Read | Gets the distance context map. |
literal_context_map | `` | Read | Gets the literal context map. |
distance_split | `` | Read | Gets the distance split. |
command_split | `` | Read | Gets the command split. |
literal_split | `` | Read | Gets the literal split. |
Methods
| Signature | Description |
|---|---|
__init__() | Calls init on this encode_metablock_MetaBlockSplit instance. |