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
| Name | Type | Access | Description |
|---|---|---|---|
major_version | int | Read/Write | Gets or sets the major version. |
minor_version | int | Read/Write | Gets or sets the minor version. |
ascender | int | Read/Write | Gets or sets the ascender. |
descender | int | Read/Write | Gets or sets the descender. |
line_gap | int | Read/Write | Gets or sets the line gap. |
advance_width_max | int | Read/Write | Gets or sets the advance width max. |
min_lsb | int | Read/Write | Gets or sets the min lsb. |
min_rsb | int | Read/Write | Gets or sets the min rsb. |
x_max_extent | int | Read/Write | Gets or sets the x max extent. |
caret_slope_rise | int | Read/Write | Gets or sets the caret slope rise. |
caret_slope_run | int | Read/Write | Gets or sets the caret slope run. |
caret_offset | int | Read/Write | Gets or sets the caret offset. |
metric_data_format | int | Read/Write | Gets or sets the metric data format. |
number_of_hmetrics | int | Read/Write | Gets or sets the number of hmetrics. |
Methods
| Signature | Description |
|---|---|
from_reader(r: BinaryReader) → "HheaTable" | Reads a BinaryReader and constructs a HheaTable object |
to_bytes() → bytes | Calls to_bytes on this HheaTable instance. |