GEK-00029B 5000 Series Programmer’s Manual
33
ESC [ p1 ; p ... m (continued)
*A download font (if loaded) overrides any other font. See Character
Map Load on page 23.
Examples:
For Gothic NLQ font underlined send:
ESC [ 4 ; 13 m
To cancel underlining and retain Gothic NLQ - send one of the
following:
ESC [ ; 13 m
ESC [ 0 ; 13 m
ESC [ 0 m
ESC [ 24m
Decimal: 27 91 <p1> ; <pn> m
Hex: 1B 5B <p1> 3B ... <pn> 6D
BASIC: CHR$(27);"[<p1>;...<pn> m";