generate_font_pro
Generate a styled pixel-art font from a text description. Produces a glyph atlas and a TrueType (.ttf) font for immediate use.
Instructions
Generate a styled pixel-art font (Pro) from a text description. Produces a glyph atlas plus a ready-to-use TrueType (.ttf) font. Returns a job_id immediately — poll get_job_status for the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Seed for deterministic generation (default 0) | |
| weight | Yes | Stroke weight; guides glyph thickness | |
| glyph_px | No | Native glyph resolution in pixels — the real bitmap size per glyph in the output (default 16) | |
| font_name | No | Explicit font family name; defaults to '{description} {weight}' | |
| image_size | No | Generation resolution tier / pricing key (default '1K'). 1K costs fewer generations | 1K |
| description | Yes | Style description, e.g. 'warm orange arcade font' |