encode_backward_references_StartPosQueue
Overview
encode_backward_references_StartPosQueue is a class in Aspose.Font FOSS for Python.
This class provides 5 methods for working with encode_backward_references_StartPosQueue objects in Python programs.
Available methods include: Clear, GetStartPos, Push, __init__, size.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: idx_, mask_, q_.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
mask_ | `` | Read | Gets the mask . |
q_ | `` | Read | Gets the q . |
idx_ | `` | Read | Gets the idx . |
Methods
| Signature | Description |
|---|---|
__init__(bits) | Calls init on this encode_backward_references_StartPosQueue instance. |
Clear() | Clears the queue, resetting its internal state |
Push(pos, costdiff) | Adds a start position and cost difference to the queue |
size() | Returns the number of elements currently stored |
GetStartPos(k) | Retrieves the start position at index k |