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
| Name | Type | Access | Description |
|---|---|---|---|
family_name | str | Read/Write | Gets or sets the family name. |
board | PreviewImage | Read/Write | Gets or sets the board. |
assets | list[WebFontAsset] | Read/Write | Gets or sets the assets. |
markdown_filename | str | Read/Write | Gets or sets the markdown filename. |
html_filename | str | Read/Write | Gets or sets the html filename. |
manifest_filename | str | Read/Write | Gets or sets the manifest filename. |
markdown | str | Read/Write | Gets or sets the markdown. |
html | str | Read/Write | Gets or sets the html. |
manifest | dict[str, object] | Read/Write | Gets or sets the manifest. |
Methods
| Signature | Description |
|---|---|
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 |