FontParseException

FontParseException

Overview

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

Raised when binary font data cannot be parsed.

Properties

NameTypeAccessDescription
offset``Read
format_name``Read

Methods

SignatureDescription
__init__(message: str, offset: int, format_name: str)