Type1Metrics
ภาพรวม
Type1Metrics เป็นคลาสใน Aspose.Page FOSS สําหรับ Python.
คุณสมบัติ: code_widths, encoding, font_bbox, font_name, font_program_type1, glyph_widths,และอีก 1 ใบ.
คุณสมบัติ
| ชื่อ | ประเภท | Access | คําอธิบาย |
|---|---|---|---|
font_name | str | อ่าน | รับชื่อแบบอักษร. |
units_per_em | int | อ่าน | รับค่าหน่วยต่อ em. |
glyph_widths | dict[str, float] | อ่าน | รับความกว้างของ glyph. |
code_widths | dict[int, float] | อ่าน | รับความกว้างของโค้ด. |
encoding | dict[int, str] | อ่าน | รับการเข้ารหัส. |
font_bbox | `tuple[int, int, int, int] | None` | อ่าน |
font_program_type1 | `bytes | None` | อ่าน |