# download command

The download BASIC program downloads
font files to a laser printer.

## Syntax

```
download fonts,descr{itemlist*} {(options}
```

## Parameter(s)

| options | n | A number that specifies the font number. |
| --- | --- | --- |
| ? | Displays command usage. | |
| c | Displays output to the screen. | |
| h | Displays some help. | |
| p | Makes font permanent. | |
| s | Suppresses any system messages. | |
| t | Displays a sample printout of printable ASCII characters. | |
| x | Displays output in hexadecimal. | |
| z | Prevents output of font prefix and suffix, just provides binary output. For debugging purposes only. | |
The dm,fonts,descr file contains the
font description items.

## See also

- [.font command](https://d3codex.com/output-processor/dot-font-command/)
- [Font](https://d3codex.com/definitions/font/)
- [font-parms command](https://d3codex.com/tcl/font-parms-command/)
- [fonts file](https://d3codex.com/systemfiles/fonts-file/)
- [pitch-compile command](https://d3codex.com/tcl/pitch-compile-command/)
- [pitch-table command](https://d3codex.com/tcl/pitch-table-command/)
- [setup-printer command](https://d3codex.com/tcl/setup-printer-command/)

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