CBM CBM1000 Instrukcje Operacyjne Strona 92

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 230
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 91
— 74 —
ESC E n
[Function] Specifying/Canceling Emphasis Printing
[Code] <1B>H<45>H<n>
[Range] 0
n 255
[Outline] Specifying/canceling the emphasized characters.
“n” is valid only for the lowest bit (n0).
Control by the lowest bit (n0) is shown as follows:
n0 Function
0 Canceling emphasis printing
1 Specifying emphasis printing
This is effective to all characters.
Dot configuration of a emphasized character includes one extra
dot added at its side.
Emphasis printing can also be specified using ESC !, however,
ESC E or ESC !, whichever command is processed last, takes
precedence.
[See Also] ESC !
[Sample Program]
[Print Results]
← Emphasis canceled
← Emphasis specified
AAABBB
AAABBB
LPRINT CHR$(&H1B) + “E” + CHR$(0);
LPRINT “AAABBB” + CHR$(&HA);
LPRINT CHR$(&H1B) + “E” + CHR$(1);
LPRINT “AAABBB” + CHR$(&HA);
END
Przeglądanie stron 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 229 230

Komentarze do niniejszej Instrukcji

Brak uwag