PdfEmbeddedFont
PdfEmbeddedFont
Overview
PdfEmbeddedFont je třída v Aspose.Page FOSS pro Python.
Vlastnosti: ascent, base_name, bbox, char_code_map, descent, encoding,A dalších 11.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
base_name | str | Read | Získala jméno základny. |
subset_name | str | Read | Získala jméno podmnožiny. |
subtype | str | Read | Dostává podtyp. |
encoding | `str | None` | Read |
symbolic | bool | Read | Dostal symbolickou. |
first_char | int | Read | Dostane první char. |
last_char | int | Read | Dostane poslední char. |
widths | list[int] | Read | Dostal šířky. |
font_file_key | str | Read | Dostal klíč k fontovému souboru. |
font_file | bytes | Read | Dostal soubor písma. |
ascent | int | Read | Dostane se nahoru. |
descent | int | Read | Dostává sestup. |
bbox | tuple[int, int, int, int] | Read | Dostane se do krabice. |
italic_angle | int | Read | Dostal kurzivní úhel. |
stem_v | int | Read | Dostane kmen v. |
to_unicode | str | Read | Dostává to do Unicodu. |
char_code_map | dict[int, int] | Read | Dostal mapu s kódem. |