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

Chap 5-printer Enhancements And Specialcharacters, Emphasized Mode - lx 100

Page 28 highlights

Chapter 5 Print Enhancements and Special Characters Besides the pitches (pica, elite, and compressed) covered in Chapters 3 and 4, the LX-90 offers many other typestyles. Emphasized Mode In the emphasized mode the LX-90 prints each dot twice, with the second dot slightly to the right of the first. In order to do this, the print head must slow down so that it has time to fire, retract, and fire the pins quickly enough to produce the overlapping dots. This method produces better-looking, more fully-formed characters that are darker than single-strike characters. To see an example of emphasized, type and run the following program. (See "How to run BASIC programs" in Chapter 4 if necessary.) NEW 5 PRINT CHR$(4);"PR#l" 10 PRINT "This is standard printing." 20 PRINT CHR$(27);"E"; 30 PRINT "This is emphasized printing." 100 PRINT CHR$(27);"@" 300 PRINT CHR$(4);"PR#0" This is standard printing. This is emphasized printing. 25

  • 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

Chapter 5
Print Enhancements and
Special Characters
Besides the pitches (pica, elite, and compressed) covered in Chap-
ters 3 and 4, the LX-90 offers many other typestyles.
Emphasized Mode
In the emphasized mode the LX-90 prints each dot twice, with the
second dot slightly to the right of the first. In order to do this, the print
head must slow down so that it has time to fire, retract, and fire the
pins quickly enough to produce the overlapping dots. This method
produces better-looking, more fully-formed characters that are darker
than single-strike characters.
To see an example of emphasized, type and run the following pro-
gram. (See “How to run BASIC programs” in Chapter
4
if necessary.)
NEW
5 PRINT CHR$(4);"PR#l"
10 PRINT "This is standard printing."
20 PRINT CHR$(27);"E";
30 PRINT "This is emphasized printing."
100 PRINT CHR$(27);"@"
300 PRINT CHR$(4);"PR#0"
This is standard printing.
This is emphasized printing.
25