encode_metablock_MetaBlockSplit

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

NameTypeAccessDescription
distance_histograms``ReadGets the distance histograms.
command_histograms``ReadGets the command histograms.
literal_histograms``ReadGets the literal histograms.
distance_context_map``ReadGets the distance context map.
literal_context_map``ReadGets the literal context map.
distance_split``ReadGets the distance split.
command_split``ReadGets the command split.
literal_split``ReadGets the literal split.

Methods

SignatureDescription
__init__()Calls init on this encode_metablock_MetaBlockSplit instance.

See Also