Type1Metrics
Type1Metrics
Overview
Type1Metrics 是Python的Aspose.Page FOSS中的一个类.
特性: 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 |