FontCleaner
Overview
FontCleaner is a class in Aspose.Font FOSS for Python.
Font metadata and technical table cleaner.
This class provides 1 method for working with FontCleaner objects in Python programs.
Available methods include: clean_for_web.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Methods
| Signature | Description |
|---|---|
clean_for_web(font: Font, drop_mac_names: bool, drop_legacy_tables: bool, drop_metadata_tables: bool) → Font | Produce a cleaned font appropriate for web or distribution output. |