CmapSubtable
Overview
CmapSubtable is a class in Aspose.Font FOSS for Python.
CmapSubtable.get_gid returns the glyph ID for a Unicode codepoint or None if unmapped.
This class provides 1 method for working with CmapSubtable objects in Python programs.
Available methods include: get_gid.
All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package.
Properties: encoding_id, format, platform_id.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
platform_id | int | Read/Write | Gets or sets the platform id. |
encoding_id | int | Read/Write | Gets or sets the encoding id. |
format | int | Read/Write | Gets or sets the format. |
Methods
| Signature | Description |
|---|---|
get_gid(codepoint: int) → int | None | Returns the glyph ID for a Unicode codepoint or None if unmapped |