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
| Name | Type | Access | Description |
|---|---|---|---|
offset | `` | Read | Gets the offset. |
format_name | `` | Read | Gets the format name. |
Methods
| Signature | Description |
|---|---|
__init__(message: str, offset: int, format_name: str) | Calls init on this FontParseException instance. |