Type1Font

Overview

Type1Font is a class in Aspose.Font FOSS for Python. Inherits from: Font.

Properties

NameTypeAccessDescription
font_typeFontTypeRead
font_namestrRead
font_familystrRead
font_stylestrRead
num_glyphsintRead
metricsFontMetricsRead
encodingFontEncodingRead
glyph_accessorGlyphAccessorRead

Methods

SignatureDescription
__init__(raw_data: bytes, font_data: Type1FontData, is_pfa: bool)
get_kern_pairs()list[KernPair]
load_afm(path: str)
to_bytes(font_type: FontType | None)bytes