GlyphAccessor
Overview
GlyphAccessor is a class in Aspose.Font FOSS for Python.
Inherits from: ABC.
Retrieves glyphs by ID or Unicode codepoint.
Methods
| Signature | Description |
|---|---|
__init__(encoding: FontEncoding) | |
get_glyph_by_id(gid: GlyphId) → Glyph | |
get_glyph_by_unicode(codepoint: int) → Glyph | |
get_glyphs_for_text(text: str) → list[Glyph] | |
get_all_glyph_ids() → list[GlyphId] |