SfntFace

Overview

SfntFace is a class in Aspose.PDF FOSS for Python.

Metadata recovered from a single SFNT face.

Properties: best_name, family_name, font_type, full_name, postscript_name, subfamily_name, and 1 more.

Properties

NameTypeAccessDescription
best_namestrReadReturn the most user-meaningful name available.
family_namestrRead/WriteGets or sets the family name.
subfamily_namestrRead/WriteGets or sets the subfamily name.
full_namestrRead/WriteGets or sets the full name.
postscript_namestrRead/WriteGets or sets the postscript name.
font_typestrRead/WriteGets or sets the font type.
table_tagsfrozenset[str]Read/WriteGets or sets the table tags.

See Also