When you create a CCATSL window, you can specify an initial text and background
colour; these can be changed at any time with the routine
TextColoursCL.
CCATSL also allows you to change the text font, with
FontCL.
TextColoursCL
| void TextColoursCL ( |
ColourCT tcol, |
| ColourCT bcol); |
|
| tcol |
The new text colour. | |
| bcol |
The new background color. |
FontCL
| void FontCL ( |
char *fontname, |
| int size, |
|
| FontStyleCT style); |
|
| fontname |
The name of the font, such as `Arial', `Times New Roman' or `Courier New'. | |
| size |
The point size required. | |
| style |
The desired style, see here for details. |