Subscript; Superscript; Tab, Clear - Printronix ANSI Printer Programmer's Reference Manual

Printronix printer programmer's reference manual
Table of Contents

Advertisement

Chapter
2
Configuring The ANSI Emulation

Subscript

ASCII Code ESC K
Hex Code
Dec Code
Expression CHR$(27);"K";
Purpose

Superscript

ASCII Code ESC L
Hex Code
Dec Code
Expression CHR$(27);"L";
Purpose
Discussion Both Superscript and Subscript can be printed on the same line.
NOTE: If you do not send a command to return the print position to the

Tab, Clear

ASCII Code ESC [p1 g
Hex Code
Dec Code
Expression CHR$(27);"[p1g";
Purpose
40
1B 4B
27 75
Moves the print line down 3/72 inch for subscript printing. Also
used to return to original print line if the Superscript printing
command was sent.
1B 4C
72 76
Moves the print line up 3/72 inch for superscript printing. Also
used to return to original print line if the Subscript printing
command was sent.
They cannot be used in succession to advance or reverse the
paper to another line. They can be used in pairs to change from
Superscript to Subscript or Subscript to Superscript.
original baseline, subsequent lines will be misaligned.
The ESC K and L commands are ignored in graphics.
1B 5B p1 67
27 91 p1 103
Clears horizontal or vertical tab stops based on the p1 value:
p1 = 3 Clear all horizontal tabs
p1 = 4 Clear all vertical tabs
This command is valid in graphics.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ANSI Printer and is the answer not in the manual?

Questions and answers

Table of Contents