export_font
Export open font to a timestamped directory beside its source, generating OTF, TTF, WOFF, WOFF2 for static instances and variable TTF for variable fonts, with export logs returned.
Instructions
Export the open font beside its saved source with glyphs-cli.
Creates export/YYYY-MM-DD_HH-MM-SS next to the open .glyphs or
.glyphspackage source. Static instances are exported as OTF, TTF,
WOFF, and WOFF2. Variable instances are exported as variable TTF files.
Previous export directories are never removed or overwritten.
The response always contains portable exportLog and colored
exportLogAnsi variants. The calling agent MUST show the ANSI variant
when its client supports terminal colors, otherwise the portable log,
after every export attempt including failures.
Args: save_before_export: Save pending changes before exporting. Defaults to False; if the document is edited, the tool asks for confirmation instead of silently saving it. timeout: Maximum seconds for each of the three export runs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| save_before_export | No |