encode_hash_BackwardMatch

encode_hash_BackwardMatch

Overview

encode_hash_BackwardMatch is a class in Aspose.Font FOSS for Python.

This class provides 6 methods for working with encode_hash_BackwardMatch objects in Python programs. Available methods include: BackwardMatch0, BackwardMatch2, BackwardMatch3, __init__, length, length_code. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: distance, length_and_code.

Properties

NameTypeAccessDescription
length_and_code``ReadGets the length and code.
distance``ReadGets the distance.

Methods

SignatureDescription
__init__()Calls init on this encode_hash_BackwardMatch instance.
BackwardMatch0()Performs a backward match using default distance and length values
BackwardMatch2(dist, _hx_len)Performs a backward match using the supplied distance and hash length
BackwardMatch3(dist, _hx_len, len_code)Performs a backward match using distance, hash length, and length code
length()Returns the match length value
length_code()Returns the encoded length code

See Also