set_glyph_unicode
Set or clear a glyph's Unicode value by name. Pass the glyph name and a hex codepoint like '0061' to assign, or an empty string to clear.
Instructions
Set the unicode value of a glyph.
Args: glyph_name: Name of the glyph to update unicode_value: Hex unicode string e.g. "0061" for 'a'. Pass "" to clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glyph_name | Yes | ||
| unicode_value | Yes |