5525B/31/32 Line Matrix Printer LinePrinter Plus Programmer's Reference
Superscript and Subscript Printing
139
Superscript and Subscript Printing
ASCII Code ESC S
n
Hex Code 1B 53
n
Dec Code 27 83
n
Purpose Selects superscript or subscript printing.
where
n
= NUL (hex 00) or 0 (hex 30) to enable superscript printing
n
= SOH (hex 01) or 1 (hex 31) to enable subscript printing
†
Discussion Superscript prints full-sized characters with a baseline higher
than the normal characters. Subscript prints full-sized characters
with a baseline lower than the normal characters. When the
control code is received, all characters are superscript or
subscript until reset by ESC T or printer reset. (This differs from
the Epson standard, which utilizes half-size characters for
superscript and subscript printing.)
You can print both superscript and subscript characters in the
same character column by using the Backspace (BS) control
code, but these characters will not print when double high
printing is in effect.
If Superscript/Subscript is combined with Double High (ESC w)
printing,
only
Double High printing will occur.
Example The following sample illustrates superscript and subscript
printing.
Superscript and Subscript Printing, Cancel
ASCII Code ESC T
Hex Code 1B 54
Dec Code 27 84
Purpose Cancels superscript and/or subscript printing as set by ESC S
n.