Type1FontData

Overview

Type1FontData is a class in Aspose.Font FOSS for Python.

Type1FontData.full_name is the full human‑readable name of the font.

Properties: charstrings, encoding, family_name, font_bbox, font_name, full_name, and 7 more.

Properties

NameTypeAccessDescription
font_namestrRead/WriteGets or sets the font name.
full_namestrRead/WriteGets or sets the full name.
family_namestrRead/WriteGets or sets the family name.
weightstrRead/WriteGets or sets the weight.
italic_anglefloatRead/WriteGets or sets the italic angle.
is_fixed_pitchboolRead/WriteGets or sets the is fixed pitch.
font_bboxtuple[int, int, int, int]Read/WriteGets or sets the font bbox.
underline_positionintRead/WriteGets or sets the underline position.
underline_thicknessintRead/WriteGets or sets the underline thickness.
encodinglist[str]Read/WriteGets or sets the encoding.
charstringsdict[str, bytes]Read/WriteGets or sets the charstrings.
subrslist[bytes]Read/WriteGets or sets the subrs.
len_ivintRead/WriteGets or sets the len iv.

See Also