ass_font_coverage
Check if a font family covers all characters in your subtitle text. Get missing codepoints and fallback fonts that cover them.
Instructions
Characters of text missing from family (default: the system sans).
The family is resolved through fontconfig first, so a substituted request is reported honestly. Missing characters come back with their codepoints, plus up to a few installed families that do cover them.
Returns {text, requested, default_used, bold, italic, resolved_family, substituted, missing: [{char, codepoint, codepoint_hex, fallbacks}], missing_count, missing_chars, missing_codepoints, covered, checked, coverage_source, font}. requested is the family the check actually ran
against, so it is never None: when family is omitted it is the system
default sans family and default_used is True.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | ||
| text | Yes | ||
| family | No | ||
| italic | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||