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
| Name | Type | Access | Description |
|---|---|---|---|
glyph_id | `` | Read | Gets the glyph id. |
Methods
| Signature | Description |
|---|---|
__init__(glyph_id: int) | Calls init on this GlyphNotFoundException instance. |