PdfEmbeddedFont

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

NameTypeAccessDescription
base_namestrReadGets the base name.
subset_namestrReadGets the subset name.
subtypestrReadGets the subtype.
encodingstr | NoneReadGets the encoding.
symbolicboolReadGets the symbolic.
first_charintReadGets the first char.
last_charintReadGets the last char.
widthslist[int]ReadGets the widths.
font_file_keystrReadGets the font file key.
font_filebytesReadGets the font file.
ascentintReadGets the ascent.
descentintReadGets the descent.
bboxtuple[int, int, int, int]ReadGets the bbox.
italic_angleintReadGets the italic angle.
stem_vintReadGets the stem v.
to_unicodestrReadGets the to unicode.
char_code_mapdict[int, int]ReadGets the char code map.

See Also