AvarTable
Overview
AvarTable is a class in Aspose.Font FOSS for Python.
AvarTable.from_reader(r, length) constructs an AvarTable from a binary reader positioned at the start of an avar table, and map_normalized(axis_index, value) returns the adjusted normalized coordinate for that axis.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
axis_maps | list[AvarAxisMap] | Read |
Methods
| Signature | Description |
|---|---|
from_reader(r: BinaryReader, length: int) → "AvarTable" | Constructs an AvarTable from a binary reader positioned at the start of an avar table, and map_normalized(axis_index, value) returns the adjusted normalized coordinate for that axis |
map_normalized(axis_index: int, value: float) → float |