PostTable
Overview
PostTable is a class in Aspose.Font FOSS for Python.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
version | int | Read | |
italic_angle | float | Read | |
underline_position | int | Read | |
underline_thickness | int | Read | |
is_fixed_pitch | int | Read | |
glyph_names | list[str] | None | Read |
Methods
| Signature | Description |
|---|---|
from_reader(r: BinaryReader, table_length: int) → "PostTable" | |
to_bytes() → bytes | |
glyph_name(gid: int) → str | None |