User`s guide
STANDARD PRINTER COMMANDS
72 Copyright © 2006, Cognitive.
ROTATE R90, R180, R270
Function Prints STRING text on the label, rotated clockwise
in three orientations:
R90 – Prints text rotated 90 degrees clockwise from
horizontal.
R180 – Prints text rotated 180 degrees clockwise
from horizontal (upside-down).
R270 – Prints text rotated 270 degrees clockwise
from horizontal.
Explicit Form
R90 type(eximage,exspace,xmultiplier,
ymultiplyer) x y characters
R180 type(eximage,exspace,xmultiplier,
ymultiplyer) x y characters
R270 type(eximage,exspace,xmultiplier,
ymultiplyer) x y characters
Implicit Form
R9 type(eximage,exspace,xmultiplier,
ymultiplyer) x y characters
R1 type(eximage,exspace,xmultiplier,
ymultiplyer) x y characters
R2 type(eximage,exspace,xmultiplier,
ymultiplyer) x y characters
Parameters See the STRING command for parameter details.
Note, however, that the X and Y starting
coordinates for the string refer to different positions
on the text block depending on rotation:
For R90 and R180, the X and Y starting position of
the string is in the lower left corner of the text
block.
For R270, the X and Y starting position for the
string is in the upper left corner of the text block.
NOTE: The parameters in parentheses are optional.
There are no spaces after the commas.