# pitch-table command

The pitch-table BASIC program builds
a pitch table for a font file in the dm,fonts,descr file.

The item generated is followed by the extension,`.pitch`.

## Syntax

```
pitch-table fonts,desc{item-ID} {(options}
```

## Parameter(s)

| options | ? | Displays online help for this command. |
| --- | --- | --- |
| c | Writes width in decipoints. | |
| o | Overwrites existing items. | |
| s | Suppresses screen output. | |
| t | (Default) Writes width in ellipses. | |
| w | Displays as it happens. | |
| x | Writes width in hexadecimal scaled decipoints. | |
| y | Displays statistics when done with item. | |

## See also

- [download command](https://d3codex.com/tcl/download-command/)
- [Font](https://d3codex.com/definitions/font/)
- [font-parms command](https://d3codex.com/tcl/font-parms-command/)
- [pitch-compile command](https://d3codex.com/tcl/pitch-compile-command/)

---
Source: https://d3codex.com/tcl/pitch-table-command/ - part of the D3Codex reference.
