GlyphNotFoundException

GlyphNotFoundException

Overview

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

Raised when a requested glyph ID or codepoint has no mapping in the font.

This class provides 1 method for working with GlyphNotFoundException 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: glyph_id.

Properties

NameTypeAccessDescription
glyph_id``ReadGets the glyph id.

Methods

SignatureDescription
__init__(glyph_id: int)Calls init on this GlyphNotFoundException instance.

See Also