Genicom GEK 00031B User Manual

Page 90

Advertising
background image

Chapter 4. Printronix P Series Emulation

GEK-00029B

90

Overscoring

Overscoring: Enables or disables automatic overscoring of all
characters.
Format

<SFCC> _ <n>

Decimal:

<SFCC> 95 <n>

Hex:

<SFCC> 5F <nH>

BASIC:

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

n = 0 disables automatic overscoring (hex 00 or hex 30)

n = 1 enables automatic overscoring (hex 01 or hex 31)

When automatic overscore is enabled, all characters, including
spaces, are overscored until the feature is disabled.

Super/Subscript

Superscript or Subscript: Selects superscript or subscript printing.
Format

<SFCC> S <n>

Decimal:

<SFCC> 83 <n>

Hex:

<SFCC> 53 <nH>

BASIC:

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

n = 0

enables superscript printing (hex 00 or hex 30)

n = 1

enables subscript printing (hex 01 or hex 31)

Details

When the super/subscript control code is received, all characters
print as superscript or subscript until reset by the super/subscript
reset control code or printer reset. Emphasized print is ignored if
super/subscript printing is active.

When the BS feature is enabled from the control panel menu, both
superscript and subscript characters can be printed in the same
character column using the Backspace (BS) control code.
Indeterminate Conditions

Overlapping lines may occur when combining Superscript or
Subscript printing with other print attributes such as Double High or

with small line spacing.

Super/Subscript

Superscript or Subscript Reset: Deselects superscript or subscript

Reset

printing.
Format

<SFCC> T

Decimal:

<SFCC> 84

Hex:

<SFCC> 54

BASIC:

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

Advertising