ass_fonts_used
Identify every font required by an ASS subtitle script, including embedded attachments, and flag missing or substituted families via fontconfig.
Instructions
Every font the script asks for, plus embedded font attachments.
Styles contribute their Fontname (with the Bold/Italic flags
that affect which face fontconfig resolves); the [Fonts] section
contributes each fontname: attachment. Every family is resolved through
fontconfig so families that are not installed and families that
resolve to a substitute are flagged explicitly.
Returns {doc_id, families: [{family, installed, substituted, resolved, file, style, bold, italic, styles: [names], attachment}], attachments: [names], not_installed: [names], substituted: [names], used_count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||