CPCL Emulation Command Reference

4
Function CPCL Description
FONT-GROUP
(FG)
FG {fg fn fs} [fn fs] ...
Define font groups.
TEXT
CONCATENATION
CONCAT {x} {y} {font} {size}
{offset} {data}
""""
{font} {size} {offset} {data}
ENDCONCAT
Assign different character styles to strings,
printing them with uniform spacing on the
same text line.
VCONCAT {x} {y} {font} {size}
{offset} {data}
""""
{font} {size} {offset} {data}
ENDCONCAT
Assign different character styles to strings,
printing them with uniform spacing on the
same text line.
MULTILINE (ML)
MULTILINE (or ML) {height}
{text} {font} {size} {x} {y}
{data}
""""
{data}
ENDMULTILINE
Assign different character styles to strings,
printing them with uniform spacing on the
same text line.
COUNT COUNT {numeric value}
Increment or decrement a numeric text field
or numeric data encoded in a barcode.
SETMAG SETMAG {w} {h}
Magnify a resident font to the magnification
factor specified.
2.3 Scalable Text
Function CPCL Description
SCALE-TEXT
SCALE-TEXT (or ST) {name}
{width}
{height} {x} {y} {data}
Print scaled text horizontally.
VSCALE-TEXT (or VST) {name}
{width}
{height} {x} {y} {data}
Print scaled text vertically.
SCALE-TO-FIT
SCALE-TO-FIT (or STF) {name}
{width}
{height} {x} {y} {data}
Scale horizontal scalable text to fit inside a
window.
VSCALE-TO-FIT (or VSTF) {name}
{width}
{height} {x} {y} {data}
Scale vertical scalable text to fit inside a
window.
SCALABLE
CONCATENATION
CONCAT {x} {y}
ST {name} {width} {height}
{offset} {data}
""""
ST {name} {width} {height}
{offset} {data}
ENDCONCAT
Assign different character styles to strings,
printing them with uniform spacing on the
same text line. Both scalable and bitmap text
can be combined between a CONCAT/
ENCONCAT command. See also Text
Concatenation commands.