Table 7-4 Superscript And Subscript Commands - Star Micronics Radix User Manual

Table of Contents

Advertisement

Printing
Text With Radix
63
Table 7-4 has the codes for using superscripts and subscripts.
Table 7-4
Superscript
and subscript commands
1 Function
1 Control code
Superscript
ON
Subscript ON
Super & subscript OFF
(ESC) "S" CHR$(O)
(ESC) "S" CHR$(l)
( ESC ) "T"
Try this program to see them work:
18 'Demo subscripts and superscripts.
20 LPRINT "Look! I' j
30 LPRINT CHR$(27) ffS'l CHR$(@) ; 'Superscript on.
40
LPRINT "Superscripts 'I ;
50 LPRINT CHR$(27) "T" ; 'Cancel superscripts.
60
LPRINT "& " ;
70 LPRINT CHR$(27) "S" CHR$(l) ; 'Subscripts on.
80 LPRINT "subscripts " ;
90 LPRINT CHR$(27) "T" ; 'Cancel subscripts.
100 LPRINT "on one line."
Loul:: !
Puperrcriptr
&
mL.brcriptr
on
cme
line.
Here line
30
turns on superscripts with (ESC) "S" CHR$(O).
It's turned off in line 50 with (ESC) "T". Then, between printing
text, subscripts are turned on in line 70 with (ESC) "S" CHR$(l),
and finally off in line 90. Again, everything prints on one line
because of the semicolons.
Changing the Print Pitch
In "printer talk," character width is called pitch. Normally,
Radix prints
10
characters per inch. This is called pica pitch
because it's the same spacing as a standard pica typewriter.
Radix can also print 12 characters per inch. This is called elite
pitch because it is the same spacing as an elite typewriter.
Condensed print is approximately 17 characters per inch.

Advertisement

Table of Contents
loading

Table of Contents