check_language_support
Check the active Glyphs font's language support by exporting a temporary binary and running Shaperglot, then review supported languages or detailed per-language scores and warnings.
Instructions
Check the open font's language support with Shaperglot.
Exports a temporary binary from the active Glyphs font, then runs
Shaperglot against it. With no languages provided, returns the
languages whose score meets support_threshold. With languages,
returns per-language scores plus warnings/failures.
Args: languages: Optional language IDs or names, e.g. ["en_Latn", "Turkish", "Navajo"] instance_name: Optional Glyphs instance name to export. Empty = first exportable instance. export_format: "otf" (default) or "ttf" support_threshold: Minimum score to count a language as supported in report mode max_results: Max languages to show in report mode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| languages | No | ||
| max_results | No | ||
| export_format | No | otf | |
| instance_name | No | ||
| support_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |