# pitch-compile command

The pitch-compile BASIC program compiles
a pitch file found in the dm,fonts,pitch file.

## Syntax

```
pitch-compile fonts,pitch{item-ID} {(options}
```

## Parameter(s)

| options | ? | Provides online help. |
| --- | --- | --- |
| c | Writes width in decipoints. | |
| o | Overwrites existing items. | |
| s | Suppresses screen output. | |
| t | Default. Writes width in ellipses. | |
| x | Writes width in hexadecimal scaled decipoints. | |

## See also

- [.font command](https://d3codex.com/output-processor/dot-font-command/)
- [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-table command](https://d3codex.com/tcl/pitch-table-command/)

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