5525B/31/32 Line Matrix Printer LinePrinter Plus Programmer's Reference
52
Chapter 2 Configuring the P-Series Emulation with Control Codes
Superscript/Subscript Printing
ASCII Code SFCC S
n
Hex Code SFCC 53
n
Dec Code SFCC 83
n
Purpose Selects superscript or subscript printing.
Discussion An SFCC S code can be set for superscript or subscript printing,
as follows:
where
n
= SOH (hex 01) or 1 (hex 31) enables subscript printing.
n
= NUL (hex 00) or 0 (hex 30) enables superscript printing.
When this control code is received, all characters will be
superscript or subscript until reset by the super/subscript printing
reset control code (SFCC T) or printer reset. Use caution when
combining this command with other print attributes; arbitrary
combinations might yield unexpected results.
NOTE: Superscript and subscript characters print at the same size as the
current font. They are shifted up or down one half of a line.
Example The following sample illustrates superscript/subscript printing.
Superscript/Subscript Printing Reset
ASCII Code SFCC T
Hex Code SFCC 54
Dec Code SFCC 84
Purpose Resets superscript and subscript printing.
Example See the Superscript/Subscript Printing command example.