Genicom GEK 00031B User Manual

Page 144

Advertising
background image

Chapter 6. Epson FX286-E Emulation

GEK-00029A

144

ESC ! n

Master Print Mode Select: Selects any valid combination of the
printing modes listed below. The parameter n is equal to the sum of

the decimal values associated with each mode. Note that pica and
elite are mutually exclusive and proportional overrides condensed.
Also, pica and elite proportional are the same. (See "Print Mode
Combinations," page 7-2.)

n

Effect

0

Pica

1

Elite

2

Proportional

4

Condensed

8

Emphasized

16

Double-Strike

32

Double-Width

64

Italic

128

Underline

Decimal:

27 33

Hex:

1B 21

BASIC:

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

ESC k n

Select Font Style: Selects the Roman (Courier) typeface if n is 0 and
Sans Serif (Gothic) if n is 1. This command will not activate the
selection. but sets the style to be activated by the ESC x (n) sequence.
Refer to the "Functional Differences" section on page 7-4 for a

description of typefaces used.

Decimal:

27 107

Hex:

1B 6B

BASIC:

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

ESC x n

Select NLQ or Draft Printing: Selects NLQ or draft printing. When
selecting NLQ, the style will be the one that was last selected by the

ESC k (n) sequence.

n=1

NLQ

n=0

draft

Decimal:

27 120

Hex:

1B 78 -

BASIC:

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

Advertising