Italic Mode - TallyGenicom Matrix Printer Programmer's Manual

Tallygenicom matrix printer programmer's manual
Table of Contents

Advertisement

Italic Mode ON
Italic Mode OFF
Data Structure
ASCII
hex.
dec.
ASCII
hex.
dec.
Description
All characters following this code sequence are printed in italics. Italic characters are
also printed, if codes with the eight bit set by ESC > are sent to the printer.
Italic print mode set by ESC 4 or ESC ! (Master Select) is reset. Italic mode can be
used in all print qualities (DPQ, NLQ, LQ).
Example
10
20
30
40
50
60
70
80
42
Character Styling
ESC "4"
italic mode ON
1B
34
27
52
ESC "5"
italic mode OFF
1B
35
27
53
The characters hex.B0 to hex.DF (hex.176...dec.223) and hex.F0 to hex.FE
(dec.240...dec.254) of the extended EPSON graphics character set cannot be printed
in italic mode.
REM

italic mode

LPRINT CHR$(27);"4";
GOSUB 70
LPRINT CHR$(27);"5";
GOSUB 70
END
LPRINT "Matrix Printer"
RETURN
ESC 4
ESC 5

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Matrix Printer and is the answer not in the manual?

Table of Contents