FontParseException

FontParseException

Overview

FontParseException is a class in Aspose.Font FOSS for Python. Inherits from: FontException.

Raised when binary font data cannot be parsed.

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

Properties

NameTypeAccessDescription
offset``ReadGets the offset.
format_name``ReadGets the format name.

Methods

SignatureDescription
__init__(message: str, offset: int, format_name: str)Calls init on this FontParseException instance.

See Also