A SERVICE OF

logo

Print Style Commands (continued)
Function:
One-line expanded width print
Format:
ASCII
<ESC> <SO>
Decimal
27
14
Hexadecimal 1B 0E
Remarks:
This command selects expanded width print for the remainder
of the current line (unless explicitly canceled sooner). This
command is the same as <SO>.
Function:
Cancel one-line expanded width print
Format:
ASCII
<DC4>
Decimal
20
Hexadecimal 14
Remarks:
This code can be used to cancel one-line expanded width print
before the end of the line.
Function:
Expanded width print on/off
Format:
ASCII
<ESC> “W” n
Decimal
27
87 n
Hexadecimal 1B 57 n
Remarks :
Either turns expanded width print on (n = 1) or turns ex-
panded width print off (n = 0).
Function:
Select compressed width print
Format:
ASCII
<SI>
Decimal
15
Hexadecimal OF
A-12