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

NameTypeAccessDescription
axis_mapslist[AvarAxisMap]Read

Methods

SignatureDescription
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