FontConverter

Overview

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

FontConverter.convert(font, target) produces a new Font object in the target format, raising FontConversionException if the conversion cannot be performed.

This class provides 1 method for working with FontConverter objects in Python programs. Available methods include: convert. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.

Methods

SignatureDescription
convert(font: Font, target: FontType)FontProduces a new Font object in the target format, raising FontConversionException if the conversion cannot be performed

See Also