Overview
TopDict is a class in Aspose.Font FOSS for Python.
Properties
| Name | Type | Access | Description |
|---|
full_name | str | Read | |
family_name | str | Read | |
weight | str | Read | |
version | str | Read | |
font_bbox | tuple[int, int, int, int] | Read | |
charstring_type | int | Read | |
italic_angle | float | Read | |
is_fixed_pitch | bool | Read | |
underline_position | int | Read | |
underline_thickness | int | Read | |
font_matrix | tuple[float, float, float, float, float, float] | Read | |
charset_offset | int | Read | |
encoding_offset | int | Read | |
charstrings_offset | int | Read | |
private_size | int | Read | |
private_offset | int | Read | |
Methods
| Signature | Description |
|---|
from_dict(d: CffDict, string_index: CffIndex) → "TopDict" | |
get_sid(op: int) → str | |