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

NameTypeAccessDescription
versionintRead/WriteGets or sets the version.
num_glyphsintRead/WriteGets or sets the num glyphs.
extrastuple[int, ...]Read/WriteGets or sets the extras.

Methods

SignatureDescription
from_reader(r: BinaryReader, table_length: int)"MaxpTable"Calls from_reader on this MaxpTable instance.
to_bytes()bytesReturns the binary encoding of the MaxpTable

See Also