Type1Metrics
Overview
Type1Metrics is a class in Aspose.Page FOSS for Python.
Properties: code_widths, encoding, font_bbox, font_name, font_program_type1, glyph_widths, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
font_name | str | Read | Gets the font name. |
units_per_em | int | Read | Gets the units per em. |
glyph_widths | dict[str, float] | Read | Gets the glyph widths. |
code_widths | dict[int, float] | Read | Gets the code widths. |
encoding | dict[int, str] | Read | Gets the encoding. |
font_bbox | tuple[int, int, int, int] | None | Read | Gets the font bbox. |
font_program_type1 | bytes | None | Read | Gets the font program type1. |