15 CPI
43
Example 2:The Graphics Pas s ^M0000000^S1A line^T0100of text^- (10 CPI)
prints:
Default Font Selection
This command allows selection of a default font that whe n issued inside a
pass, selects the font used for the duration of that pass only. When used
outside a pass, it selects the font used in all non-graphics print ing.
Command ^IFONTS,S,n^G<data>
Arguments
^IFONTS,S, Indicates that a new font style will be selected.
n The number of the selec ted default font. This
parameter can have up to five digits, although only
the following values are used:
1 = Draft at 10 CPI
2 = Draft at 12 CPI
3 = Draft at 15 CPI
4 = Draft at 7.5 CPI
5 = NLQ at 10 CPI
6 = NLQ at 12 CPI
7 = NLQ at 13.3 CPI
8 = NLQ at 15 CPI
9 = NLQ at 17.1 CPI
10 = OCR-A (10 CPI)
11 = OCR-B (10 CPI)
12 = Symbol Set Low Density
13 = Symbol Set High Density
^G Com mand Terminator
<data> The data to be printed using the new font style.
Example: The human-readable characters can be printed in the OCR-A font
style by sending the command
^M0202000^IFONTS,S,10^G12345^-, which prints:
^M0202000
Sets up Horizontal orientation and the window size
for the non-translated data characters at 0.2 inches
(0.51 cm) square with no justification.
^IFONT,S, Indicates that a new font style will be selecte d.
10 Selects OCR-A at 10 CPI.
^G Com mand Terminator.
12345 Data to be printed using OCR-A at 10 CPI.