Type1Metrics

Overview

Type1Metrics is a class in Aspose.Page FOSS for Python.

Properties: code_widths, encoding, font_bbox, font_name, font_program_type1, glyph_widths, and 1 more.

Properties

NameTypeAccessDescription
font_namestrReadGets the font name.
units_per_emintReadGets the units per em.
glyph_widthsdict[str, float]ReadGets the glyph widths.
code_widthsdict[int, float]ReadGets the code widths.
encodingdict[int, str]ReadGets the encoding.
font_bboxtuple[int, int, int, int] | NoneReadGets the font bbox.
font_program_type1bytes | NoneReadGets the font program type1.

See Also