Star Micronics LC24-20 Printer User Manual


 
Leftjust$y
Mode
ASCII
Decimal Hexadecimal
Std.
<ESC> “a” <0> 27
97 0 IB 61 00
Aligns subsequenttext with theleft margin, leavingthe right margin
ragged.
Center text
Mode ASCII
Decimal Hexadecimal
Std.
<ESC> “a” <1> 27
97 1 IB 61 01
Centers subsequent text between the left and right margins.
Rightjustify
Mode
ASCII
Decimal Hexadecimal
Std.
<ESC> “a” <2>
27
97 2
IB 61 02
Aligns subsequenttext with theright margin, leavingthe left margin
ragged.
Fulljustify
Mode
ASCII Decimal
Hexadecimal
Std.
<ESC> “a” <3> 27 97 3
IB 61 03
Aligns subsequent text between the left and right margins.
Set horizontal tab stops
Mode
ASCII Decimal
Hexadecimal
Both <ESC> “D”
ill n2 <0>
27 68
)1/ n2 0
IB 44 t~I t12 00
Cancels all current horizontal tab stops and sets new tab stops at
columns
nl, n2, etc. in the current character pitch (pica pitch if
proportional spacing is currently selected), where HI,
n2, etc. are
numbers between 1 and 255. The maximum number of horizontal
tab stops allowed is 32 in Standard mode and 28 in IBM mode. The
tab stops must be specified in ascending order; any violation of
ascending order terminates the tab stop list. Standard termination is
by the <O>control code. To clear all tab stops, specify <ESC> “D”
<0>.
106