render_glyph
Renders a glyph from a UFO revision as a PNG image, with optional guides and points, and supports side-by-side comparison with another revision.
Instructions
Persist and return PNG image content from the selected UFO revision, with optional guides/handles. Comparison uses the same frame.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| guides | No | ||
| height | No | ||
| points | No | ||
| glyph_id | Yes | ||
| revision | No | ||
| project_id | Yes | ||
| compare_revision | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| changed | No | ||
| summary | Yes | ||
| revision | No | ||
| warnings | No | ||
| project_id | No |