Type1Metrics
Overview
Type1Metrics є клас у Aspose.Page FOSS для Python.
Свойства: code_widths, encoding, font_bbox, font_name, font_program_type1, glyph_widths, і ще один.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
font_name | str | Read | Обирає назву шрифту. |
units_per_em | int | Read | Отримає одиниці за ім. |
glyph_widths | dict[str, float] | Read | Обирає ширину гліфа. |
code_widths | dict[int, float] | Read | Обирає ширини коду. |
encoding | dict[int, str] | Read | Отримає кодування. |
font_bbox | `tuple[int, int, int, int] | None` | Read |
font_program_type1 | `bytes | None` | Read |