DeltaSetIndexMap
Overview
DeltaSetIndexMap is a class in Aspose.Font FOSS for Python.
DeltaSetIndexMap.from_reader(r) constructs a DeltaSetIndexMap from a binary reader, and get(gid) retrieves the corresponding DeltaSetIndex.
Description
DeltaSetIndexMap is a class in the Aspose.Font FOSS library for Python that exposes 2 methods and 1 property for programmatic use.
Core capabilities include: list[deltasetindex]. These operations enable developers to integrate deltasetindexmap functionality directly into Python applications.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
entries | list[DeltaSetIndex] | Read |
Methods
| Signature | Description |
|---|---|
from_reader(r: BinaryReader) → "DeltaSetIndexMap" | Constructs a DeltaSetIndexMap from a binary reader, and get(gid) retrieves the corresponding DeltaSetIndex |
get(gid: int) → DeltaSetIndex |