Left just$y

Mode

ASCII

Decimal

Hexadecimal

Std.

<ESC> “a” <0>

27 97 0

IB 61 00

Aligns subsequent text with the left margin, leaving the 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.

Right justify

Mode

Std.

ASCII

Decimal

Hexadecimal

<ESC> “a” <2>

27 97 2

IB 61 02

Aligns subsequent text with the right margin, leaving the left margin ragged.

Full justify

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

Page 114
Image 114
Star Micronics LC24-20 user manual Left just$y, Center text, Right justify, Full justify, Set horizontal tab stops