c
MODE ASCII Decimal Hexadecimal
Std <ESC> <SP> n27 32 nIB 20 n
Increases the space between characters by ndots, where
nis anumber from Oto 127.Used in micro-justification.
dc
MODE ASCII Decimal Hexadecimal
<ESC> “W” <1> 27 119 i IB 77 01
Std. <FS> “v” <1> 28 86 1 IC 56 01
Prints subsequent characters double height without
moving the base line and without changing the line
spacing.
MODE ASCII Decimal Hexadecimal
<ESC> “W” <O> 27 119 0 IB 77 00
Std. 28 86 0 IC 56 00
Cancels double-height printing and prints subsequent
characters normal height.
Page