Type1FontData
Overview
Type1FontData is a class in Aspose.Font FOSS for Python.
Type1FontData.full_name is the full human‑readable name of the font.
Properties: charstrings, encoding, family_name, font_bbox, font_name, full_name, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
font_name | str | Read/Write | Gets or sets the font name. |
full_name | str | Read/Write | Gets or sets the full name. |
family_name | str | Read/Write | Gets or sets the family name. |
weight | str | Read/Write | Gets or sets the weight. |
italic_angle | float | Read/Write | Gets or sets the italic angle. |
is_fixed_pitch | bool | Read/Write | Gets or sets the is fixed pitch. |
font_bbox | tuple[int, int, int, int] | Read/Write | Gets or sets the font bbox. |
underline_position | int | Read/Write | Gets or sets the underline position. |
underline_thickness | int | Read/Write | Gets or sets the underline thickness. |
encoding | list[str] | Read/Write | Gets or sets the encoding. |
charstrings | dict[str, bytes] | Read/Write | Gets or sets the charstrings. |
subrs | list[bytes] | Read/Write | Gets or sets the subrs. |
len_iv | int | Read/Write | Gets or sets the len iv. |