FvarTable
Overview
FvarTable is a class in Aspose.Font FOSS for Python.
Description
FvarTable is a class in the Aspose.Font FOSS library for Python that exposes 2 methods and 2 properties for programmatic use.
Core capabilities include: list[axisrecord]; list[namedinstance]. These operations enable developers to integrate fvartable functionality directly into Python applications.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
axes | list[AxisRecord] | Read | |
instances | list[NamedInstance] | Read |
Methods
| Signature | Description |
|---|---|
from_reader(r: BinaryReader, length: int) → "FvarTable" | |
to_bytes() → bytes |