ASCII
ESC B
nn
VT
ESC J n
Dec.
Hex.
Description
66
42
Set Vertical Tabs
Up to 16 tabs; last n should be 0
11
OB
Tab Vertically
74
4A Perform n/180-inch Line Feed
Font selection
ASCII
ESC k n
Dec.
Hex.
Description
107 6B
Select Typeface
n
= 0: Roman 7: Orator
1: Sans Serif 8: Orator-S
2: Courier 9: Script C
3: Prestige 10: Roman T
4: Script 11: Sans Serif H
5: OCR-B
ESC X m
nn 88
58
Select Font by Pitch and Point
ESC X m n1 n2
m: Set pitch to 360/m cpi
m
= 0 : No change in pitch
m
= 1 : Select proportional
m
= 0, 1, 18, 21, 24, 30, 36, 42, 48, 60,
or 72
n: Set point size in 0.5 points
Total points = (n1 + n2 x 256)x 0.5
n = 0 : No change in point
n
= 0, 16, 20, 21, 24, 28, 32, 36, 40, 42,
44, 48, 52, 56, 60,
or 64
(for Roman, Sans Serif, Roman T,
and Sans Serif H)
n = 0, 21, 42 (for other typefaces)
Specifications, Command Summary, and Character Tables
A-21