check_glyphset_coverage
Check a font's coverage against Google Fonts glyphsets (like GF_Latin_Core) to see which glyphs are present or missing. Optionally create empty glyphs for missing characters to prepare for drawing.
Instructions
Check font coverage against Google Fonts glyphset definitions.
With no arguments, lists all available glyphsets. With a glyphset name, reports which glyphs are present and which are missing.
Use add_missing=True to create empty glyphs for all missing characters, ready for the designer to draw.
Args: glyphset: Glyphset name or shortcut. Examples: "GF_Latin_Core" — required for Google Fonts onboarding (324 glyphs) "GF_Latin_Plus" — extended Latin (141 additional glyphs) "latin_core" — shortcut for GF_Latin_Core "latin_plus" — shortcut for GF_Latin_Core + GF_Latin_Plus (465 total) "latin_all" — shortcut for Core + Plus + Beyond (598 total) "cyrillic_core", "greek_core", "arabic_core" — other scripts Empty string — list all available glyphsets and shortcuts add_missing: If True, create empty glyphs for all missing characters in the font. New glyphs are marked with blue color label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glyphset | No | ||
| add_missing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |