MaxpTable
Overview
MaxpTable is a class in Aspose.Font FOSS for Python.
MaxpTable.to_bytes returns the binary encoding of the MaxpTable.
This class provides 2 methods for working with MaxpTable objects in Python programs.
Available methods include: from_reader, to_bytes.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: extras, num_glyphs, version.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
version | int | Read/Write | Gets or sets the version. |
num_glyphs | int | Read/Write | Gets or sets the num glyphs. |
extras | tuple[int, ...] | Read/Write | Gets or sets the extras. |
Methods
| Signature | Description |
|---|---|
from_reader(r: BinaryReader, table_length: int) → "MaxpTable" | Calls from_reader on this MaxpTable instance. |
to_bytes() → bytes | Returns the binary encoding of the MaxpTable |