# term.font command

The term.font BASIC program downloads
fonts to a Wyse 60 terminal. It uses a special file, which has 8x16
matrixes for every character in hexadecimal format.

The default font file name is moscow,fonts.term, file.

## Syntax

```
term.font {font.file.name}{font.id}{(options)}
```

## Parameter(s)

| options | o | Overwrites UNIX font file. |
| --- | --- | --- |
| r | Requests permission to start loading. | |
| s | Displays the characters at loading time. | |
Warning: This command is not tied to any specific
release and is not distributed with the standard product.

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