Genicom GEK 00031B Printer User Manual


 
GEK-00029B 5000 Series Programmer’s Manual
85
Bold Print OFF
Deselects Bold Print mode.
Format
<SFCC> H
Decimal: <SFCC> 72
Hex: <SFCC> 48
BASIC: CHR$(<SFCC>);”H”;
Indeterminate Conditions
This sequence resets Bold Print printing only. Other attributes
( double wide, etc) remain active.
Single Line
Selects elongated (double high) character printing for one line only.
Double High
Elongated characters are approximately double height but standard
width. The elongated character control code is a line-by-line print
attribute; when the control code is received, one entire line of
elongated characters is printed and then automatically reset at the
end of the line.
Format
<SFCC> h Primary command format
<BS> Selects Double High when the Double High print option is
selected from the control panel.
Decimal: <SFCC> 104 or
8
Hex : <SFCC> 68 or
08H
BASIC: CHR$(<SFCC>);”h”; or
CHR$(8);
Indeterminate Conditions
When configured for double high print from the control panel menu,
the control code BS (Hex 08) also selects elongated character printing
for a single line.
Emphasized Print
Selects Emphasized Print mode. Emphasized print, also called
ON
"shadow" printing, consists of printing each letter twice, the second
printing horizontally offset (1/240th inch) from the first. Emphasized
print is turned off by the emphasized print reset control code or
emulation reset.
Format
<SFCC> E
Decimal: <SFCC> 69
Hex: <SFCC> 45
BASIC: CHR$(<SFCC>);”E”;
Indeterminate Conditions
Emphasized print is ignored during superscript or subscript printing,
and when 15-20 cpi characters are selected.