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
| Name | Type | Access | Description |
|---|---|---|---|
length_and_code | `` | Read | Gets the length and code. |
distance | `` | Read | Gets the distance. |
Methods
| Signature | Description |
|---|---|
__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 |