AfmData
Overview
AfmData 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 | |
cap_height | float | Read | |
x_height | float | Read | |
ascender | float | Read | |
descender | float | Read | |
glyph_metrics | dict[str, AfmGlyphMetric] | Read | |
kern_pairs | list[tuple[str, str, int]] | Read |