HheaTable

Overview

HheaTable is a class in Aspose.Font FOSS for Python.

HheaTable.from_reader reads a BinaryReader and constructs a HheaTable object.

This class provides 2 methods for working with HheaTable 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: advance_width_max, ascender, caret_offset, caret_slope_rise, caret_slope_run, descender, and 8 more.

Properties

NameTypeAccessDescription
major_versionintRead/WriteGets or sets the major version.
minor_versionintRead/WriteGets or sets the minor version.
ascenderintRead/WriteGets or sets the ascender.
descenderintRead/WriteGets or sets the descender.
line_gapintRead/WriteGets or sets the line gap.
advance_width_maxintRead/WriteGets or sets the advance width max.
min_lsbintRead/WriteGets or sets the min lsb.
min_rsbintRead/WriteGets or sets the min rsb.
x_max_extentintRead/WriteGets or sets the x max extent.
caret_slope_riseintRead/WriteGets or sets the caret slope rise.
caret_slope_runintRead/WriteGets or sets the caret slope run.
caret_offsetintRead/WriteGets or sets the caret offset.
metric_data_formatintRead/WriteGets or sets the metric data format.
number_of_hmetricsintRead/WriteGets or sets the number of hmetrics.

Methods

SignatureDescription
from_reader(r: BinaryReader)"HheaTable"Reads a BinaryReader and constructs a HheaTable object
to_bytes()bytesCalls to_bytes on this HheaTable instance.

See Also