<!-- GENERATED from cli-spec.json v0.0.0-stub — do not edit -->

Print the resolved font table.

```
rendlio fonts <subcommand> [options]
```

## Arguments

| Argument | Value | Required | Meaning |
|---|---|---|---|
| `<subcommand>` | `list` | yes | `list` prints the resolved font table: family → source (bundled/user/system), path, and metric-substitute mapping. |

## Options

| Option | Value | Default | Env var | Milestone | Meaning |
|---|---|---|---|---|---|
| `--fonts-dir` *repeatable* | `PATH` | — | `RENDLIO_FONTS_DIR` | M1 | Prepends user font directories to font resolution. |

## Examples

Support will ask you to run this and paste the output.

```bash
rendlio fonts list
```

## See also

- [Global options](/docs/cli#global-options) and [environment variables](/docs/cli#environment-variables) — they apply here too
- [Exit codes](/docs/cli#exit-codes) — what `rendlio fonts` returns and what it promises