
FUNCTION
CODE
OUTLINE
FUNCTION
CODE
OUTLINE
FUNCTION
CODE
OUTLINE
FUNCTION
CODE
OUTLINE
Cancels inverted printing (Default)
<DC2>
(12)H
Cancels the inverted character mode. This code is valid only
when input at the beginning of a line.
Specifies rotated print mode for text with a rotation
<ESC> <RS> "i" n
1B 1E 96 n
This rotates and prints subsequent data 90° or 270° in the
clockwise direction or cancels it and prints. The n value determines whether a rotational direction or a cancellation of the rotation is specified.
n Value | Rotation Specification |
|
|
00H or "0" | Cancel rotation (0° rotation, default) |
|
|
01H or "1" | 270° rotation |
|
|
02H or "2" | 90° rotation |
Underline or overline cannot be applied for rotated text. The relationship of the vertical ratio and horizontal ratio for rotated text is the reverse of when the rotation is cancelled.
Selects emphasized printing
<ESC> "E"
(1B)H (45)H
Data following this code is printed in the emphasized print mode.
In this mode, printing is
Cancels emphasized printing (Dafault)
<ESC> "F"
(1B)H (46)H
Cancels emphasized print mode.
15