Genicom GEK 00031B User Manual

Page 96

Advertising
background image

Chapter 4. Printronix P Series Emulation

GEK-00029B

96

Set Line Spacing

Specifies the line spacing at 7/72-inch

7/72 Inch

(10.3 lpi) increments.
Format

<SFCC> 1

Decimal:

<SFCC> 1

Hex:

<SFCC> 31

BASIC:

CHR$(<SFCC>);”1”;

Details

When the 7/72-inch line spacing control code is received, all lines
print at the 7/72-inch line spacing until a new line spacing is
selected or power is reset.
Indeterminate Conditions

Overlapping lines may occur when combining this control code with

other print attributes such as Elongated (Double High), Superscript,
or Subscript;

Set Line Spacing

Stores a line spacing of n/72-inch

n/72 Inch

increments.
Format

<SFCC> A <n>

followed by

<SFCC> 2

Decimal:

<SFCC> 65 <n>

followed by

<SFCC> 2

Hex:

<SFCC> 41 <nH>

followed by

<SFCC> 2

BASIC:

CHR$(<SFCC>);”A<n>”;

followed by

CHR$(<SFCC>);”2”;

n = 1 to 24 (all others are ignored)
Details

When the SFCC A control sequence is received, all line feed
commands following an SFCC 2 sequences are at n/72-inch line

spacing until a new line spacing is selected or power is reset.

The SFCC 2 sequence asserts the line spacing that was stored by the
preceding SFCC A sequence.
Indeterminate Conditions

Small values of n may result in overlapping lines. Overlapping lines

may also occur if print attributes such as Elongated (Double High),
Superscript, or Subscript characters are used on the same line.
Printing at different horizontal and vertical densities will not overlap.

Advertising