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

SignatureDescription
clean_for_web(font: Font, drop_mac_names: bool, drop_legacy_tables: bool, drop_metadata_tables: bool)FontProduce a cleaned font appropriate for web or distribution output.

See Also