Type1FontData
Overview
Type1FontData is a class in Aspose.Font FOSS for Python.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
font_name | str | Read | |
full_name | str | Read | |
family_name | str | Read | |
weight | str | Read | |
italic_angle | float | Read | |
is_fixed_pitch | bool | Read | |
font_bbox | tuple[int, int, int, int] | Read | |
underline_position | int | Read | |
underline_thickness | int | Read | |
encoding | list[str] | Read | |
charstrings | dict[str, bytes] | Read | |
subrs | list[bytes] | Read | |
len_iv | int | Read |