nk > n(k-1)
Function
Sets horizontal tab positions (in the current character pitch) at the columns specified by n1 to nk, as measured from the
left-margin position
ESC B Set vertical tabs
Format
ASCII ESC B n1 n2 . . . nk NUL
Hex 1B 42 n
1 n2 . . . nk 00
Decimal 27 66 n
1 n2 . . . nk 0
Parameter range
0 k 16
1 n 255
n
k > n(k-1)
Function
Sets vertical tab positions (in the current line spacing) at the lines specified by n1 to nk, as
measured from the top-margin position
ESC t Select character table
Format
ASCII ESC t n
Hex 1B 74 n
Decimal 27 116 n
Parameter range
0 n 3
Function
Selects the character table to be used for printing from among the four character tables
described below:
n = 0Character table 0
1 Character table 1
2 Character table 2
3 Character table 3
Default
table 0 Italic
table 1 PC437
table 2 User-defined characters
table 3 PC437
ESC R Select an international character set
Format
ASCII ESC R n
Hex 1B 52 n
Decimal 27 82 n
Parameter range