PdfEmbeddedFont
Overview
PdfEmbeddedFont is a class in Aspose.Page FOSS for Python.
Properties: ascent, base_name, bbox, char_code_map, descent, encoding, and 11 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
base_name | str | Read | Gets the base name. |
subset_name | str | Read | Gets the subset name. |
subtype | str | Read | Gets the subtype. |
encoding | str | None | Read | Gets the encoding. |
symbolic | bool | Read | Gets the symbolic. |
first_char | int | Read | Gets the first char. |
last_char | int | Read | Gets the last char. |
widths | list[int] | Read | Gets the widths. |
font_file_key | str | Read | Gets the font file key. |
font_file | bytes | Read | Gets the font file. |
ascent | int | Read | Gets the ascent. |
descent | int | Read | Gets the descent. |
bbox | tuple[int, int, int, int] | Read | Gets the bbox. |
italic_angle | int | Read | Gets the italic angle. |
stem_v | int | Read | Gets the stem v. |
to_unicode | str | Read | Gets the to unicode. |
char_code_map | dict[int, int] | Read | Gets the char code map. |