Describe font file
describe_font_fileInspect a .ttf/.otf font file to uncover the family, bold, and italic attributes it declares about itself, providing the metadata needed to choose the correct font for document rendering.
Instructions
Reads a standalone TrueType/OpenType font file (.ttf/.otf) and reports the family/bold/italic triple it declares about itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The standalone .ttf/.otf font file to inspect -- not a document. |