ASCII ESC 3 n
Hex 1B 33 n
Decimal 27 51 n
Parameter range
0 n 255
Function
Sets the line spacing to n/180 inch
ESC + Set n/360-inch line spacing
Format
ASCII ESC + n
Hex 1B 2B n
Decimal 27 43 n
Parameter range
0 n 255
Function
Sets the line spacing to n/360 inch
ESC A Set n/60-inch line spacing
Format
ASCII ESC A n
Hex 1B 41 n
Decimal 27 65 n
Parameter range
0 n 85
Function
Sets the line spacing to n/60 inch
ESC D Set horizontal tabs
Format
ASCII ESC D n1 n2 . . . nk NUL
Hex 1B 44 n
1 n2 . . . nk 00
Decimal 27 68 n
1 n2 . . . nk 0
Parameter range
0 k 32
1 n 255
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
Comentários a estes Manuais