Epson LX-90 User Manual - Apple IIc 8699 PIC for LX-90 - Page 29

Double-Strike, PRINT CHR$4;PR#l

Page 29 highlights

Emphasized works only in draft pica and NLQ modes. In elite and compressed the dots are already so close together that even with the reduced print speed, the LX-90 cannot fire, retract, and again fire the pins quickly enough to print overlapping dots. You do sacrifice some print speed with emphasized, because the print head slows down to print twice as many dots, but the increase in print quality is well worth it. Indeed, you may want to use emphasized instead of the NLQ mode for some purposes because emphasized printing is faster than NLQ printing. The code to turn off emphasized is ESCape "F". Double-Strike Another bold mode is double-strike. For this mode the LX-90 prints each line, then moves the paper up slightly and prints the line again. Each dot is printed twice, with the second one slightly below the first, as you can see if you run this program, which uses ESCape "G" to turn on double-strike. 5 PRINT CHR$(4);"PR#l" 10 PRINT "This is standard printing." 20 PRINT CHR$(27);"G"; 30 PRINT "This is double-strike printing." 100 PRINT CHR$(27);"@" 300 PRINT CHR$(4);"PR#0" This is standard printing. This is double-strike printing. Unlike emphasized, double-strike combines with any draft pitch (but not with NLQ) because it does not overlap dots horizontally. Since each line in this mode is printed twice, the speed of your printing is slowed. The code to turn off double-strike is ESCape "H". Some users prefer the effect of emphasized, and others prefer double-strike. You can look at the printout below and decide for yourself. This is standard printing, this is emphasized printing, and this is double-strike printing. 26

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116

Emphasized works only in draft pica and NLQ modes. In elite and
compressed the dots are already so close together that even with
the
reduced print speed,
the
LX-90 cannot fire, retract, and again fire
the
pins quickly enough to print overlapping dots.
You do sacrifice some print speed with emphasized, because the
print head slows down to print twice as many dots, but the increase in
print quality is well worth it. Indeed, you may want to use empha-
sized instead of the NLQ mode for some purposes because emphasized
printing is faster than NLQ printing. The code to turn off emphasized
is ESCape “F”.
Double-Strike
Another bold mode is double-strike. For this mode the
LX-90
prints
each line, then moves the paper up slightly and prints the line again.
Each dot is printed twice, with the second one slightly below the first,
as you can see if you run this program, which uses ESCape “G” to turn
on double-strike.
5
PRINT CHR$(4);"PR#l"
10 PRINT "This is standard printing."
20 PRINT CHR$(27);"G";
30 PRINT "This is double-strike printing."
100 PRINT CHR$(27);"@"
300 PRINT CHR$(4);"PR#0"
This is standard printing.
This is double-strike printing.
Unlike emphasized, double-strike combines with any draft pitch
(but not with NLQ) because it does
not
overlap dots horizontally.
Since each line in this mode is printed twice, the speed of your printing
is slowed. The code to turn off double-strike is ESCape “H”.
Some users prefer the effect of emphasized, and others prefer
double-strike. You can look at the printout below and decide for your-
self.
This is standard
printing,
this is emphasized printing, and
this is double-strike printing.
26