P9-8 Mobile Printer CPCLProgramming Manual
SETBOLD Command
The SETBOLD command will make text bolder and
slightly wider. The SETBOLD command takes one oper-
and to set how black the text should be made.
! U1 SETBOLD {value}
where {value} is an offset number from 0 to 5.
Note that {value} will be in the units set by the UNITS
command.
The default UNITS setting is in dots. (203 dots= 1”)
If UNITS is in inches the offset value range is 0-.0246”.
If UNITS is in centimeters the offset value range is 0-
.0625 cm.
If UNITS is in millimeters the offset value range is 0-
.625 mm.
Be sure to issue a “! U1 SETBOLD 0” command to turn
the bolding off when done.
Example:
! U1 SETBOLD 2
This text is in bold ! U1 SETBOLD 0
but this text is normal.