Line spacing – Genicom GEK 00031B User Manual

Page 134

Advertising
background image

Chapter 6. Epson FX286-E Emulation

GEK-00029A

134

LINE SPACING

ESC 0

Select 1/8-inch line spacing (8 lpi): Sets the line spacing to
1/8-inch or 8 lpi.

Decimal:

27 48

Hex:

1B 30

BASIC:

CHR$(27);"0";

ESC 1

Select 7/72-Inch Line Spacing: Sets the line spacing to 7/72 of an
inch.

Decimal:

27 49

Hex:

1B 31

BASIC:

CHR$(27);"1";

ESC 2

Select 1/6-Inch Line Spacing (6 lpi): Sets the line spacing to
1/6-inch.

Decimal:

27 50

Hex:

1B 32

BASIC:

CHR$(27);"2";

ESC 3 n

Select n/216-Inch Line Spacing: Sets the line spacing to n/216 of
an inch. This permits line spacing from 0 inches (0/216) to 1.18
inches (255/216). This command is recommended with n=24 to set
the proper line spacing when printing graphics.

Decimal:

27 51 n

Hex:

1B 33 nH

BASIC:

CHR$(27);"3";CHR$(n);

ESC A n

Select n/72-Inch Line Spacing: Selects and activates n/72-inch
line spacing.

Decimal:

27 65 n

Hex:

1B 41 nH

BASIC:

CHR$(27);"A";CHR$(n);

Advertising