Setting the font in CLPPlus window mode
You can set different fonts in the CLPPlus window mode. Settings include font name, style, and size.
Procedure
To set the font name, style, and size in the CLPPlus window mode:
- Using the CLPPLUS CLPPlus command, start the CLPPlus session. The CLPPlus session is started, by default, in window mode. For more information, see the Related reference.
- Use the SET CLPPlus command with the FONT keyword, SET FONT name, style, size. For more information, see the Related reference.
Example
The following example sets the font that is displayed
in the CLPPlus window mode to serif, in bold typeset and size of 32
points.
SET FONT serif,1,32
The following
example sets the font that is displayed in the CLPPlus window mode
to SansSerif, in plain typeset and size of 48 points.
SET FONT "SansSerif", 0, 48
The
following example sets the font that is displayed in the CLPPlus window
mode to Lucida console, in bold typeset and size of 35 points.
SET FONT "lucida console",1, 35