audit_font_color
Audit font color consistency by analyzing all letter glyphs across uppercase, lowercase, and figures. Detects weight inconsistencies and flags problem areas before final production.
Instructions
Full font color audit — analyzes ALL letter glyphs grouped by category.
RECIPE: For a full consistency audit, follow get_recipe("audit_consistency").
Groups glyphs into uppercase, lowercase, and figures, then evaluates each against expected density ratios from industry patterns.
If master_id is omitted, analyzes ALL masters with worst-verdict-wins for glyph colors in GlyphsApp.
Does not modify glyph colors by default. Set mark_glyphs=True only when
the user explicitly asks to mark results in GlyphsApp.
The lowercase-to-uppercase density ratio is typically 1.10-1.16 in professional fonts.
This is the comprehensive "is my font's color even?" check. Use this before final production to catch any weight inconsistencies.
Args: master_id: Optional master ID (empty = all masters) mark_glyphs: Color glyphs by verdict only when explicitly requested
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| master_id | No | ||
| mark_glyphs | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |