Genicom GEK 00031B User Manual

Page 89

Advertising
background image

GEK-00029B

5000 Series Programmer’s Manual

89

Font Select

Font Selection: Selects a font (DP, NLQ, or OCR) and character pitch
in characters per inch (cpi).
Format

<SFCC> X <m> <n> or
<SFCC> P M O D E ; n

Decimal:

<SFCC> 88 <m> <n>
<SFCC> 80 77 79 68 69 3B <n>

Hex:

<SFCC> 58 (parm 1, parm 2)

<SFCC> 50 4D 4F 44 45 3B <nH>

BASIC:

CHR$(<SFCC>);”X”;CHR$(<m>);CHR$(<n>);
CHR$(<SFCC>);”PMODE;<n>”;

<SFCC> X <m> <n> Format

m = font code

n = pitch code (cpi)

m (hex)

0(30)

1(31)

2(32)

3(33)

4(34)

5(35)

6(36)

FONT

DP

NLQ

DP

DP

DP

OCR-A

OCR-B

n (hex)

Characters Per Inch

0(30)

10

10

10

10

10

10

10

1(31)

12

12

12

12

12

-

-

2(32)

13.3

13.3

13.3

13.3

13.3

-

-

3(33)

15

15

15

15

15

-

-

4(34)

17.1

17.1

17.1

17.1

17.1

-

-

<SFCC> PMODE;n Format

n ranges from 0 to 6 to select the font and pitch combination. All
other values are invalid.

n = pitch code (cpi)

An asterisk (*) (hex 2A) may be substituted for m or n. Whenever the
asterisk replaces m or n, its current value does not change. Values

other than those shown in the table below are ignored.

PMODE switches to the Primary Character Set and selects font and
pitch according to the following table.

‘n’

Font and Pitch

0

Data Processing 10 CPI

1

Data Processing 12 CPI

2

Data Processing 15 CPI

3

NLQ 10 CPI

4

Data Processing 10 CPI

5

OCR-A 10 CPI

6

OCR-B 10 CPI

Notes

This command implementation is different than the target printer
due to limitations in Font character sets. Refer to the “Emulation
Differences” section of this chapter.

Advertising