create_glyph
Add a new glyph to the active font by defining its name, advance width, unicode value, and initial paths, enabling direct font editing.
Instructions
Create a new glyph in the open font.
Args: glyph_name: Name for the new glyph (e.g., "a.ss01", "uni0041") width: Advance width in font units unicode_value: Optional unicode value (e.g., "0061" for 'a') paths: Optional initial paths (same format as set_glyph_paths)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | ||
| width | No | ||
| glyph_name | Yes | ||
| unicode_value | No |