FamilyReviewExportPackage

FamilyReviewExportPackage

Overview

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

FamilyReviewExportPackage.write_to(directory) creates a set of HTML, CSS, and manifest files for a font family, returning the list of generated file paths.

This class provides 1 method for working with FamilyReviewExportPackage objects in Python programs. Available methods include: write_to. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: assets, board, family_name, html, html_filename, manifest, and 3 more.

Properties

NameTypeAccessDescription
family_namestrRead/WriteGets or sets the family name.
boardPreviewImageRead/WriteGets or sets the board.
assetslist[WebFontAsset]Read/WriteGets or sets the assets.
markdown_filenamestrRead/WriteGets or sets the markdown filename.
html_filenamestrRead/WriteGets or sets the html filename.
manifest_filenamestrRead/WriteGets or sets the manifest filename.
markdownstrRead/WriteGets or sets the markdown.
htmlstrRead/WriteGets or sets the html.
manifestdict[str, object]Read/WriteGets or sets the manifest.

Methods

SignatureDescription
write_to(directory: str | Path)list[Path]creates markdown, HTML, and manifest files for a font family review and returns the list of writtenPath` objects

See Also