Commands Arranged by Topic

ESC GSelect Double-strike Mode

Format:

ASCII code: ESC G

Decimal:27 71

Hexadecimal: 1B 47

Comments:

Makes text bolder by printing each line twice.

ESC H

 

Cancel Double-strike Mode

Format :

 

 

ASCII code:

ESC

H

Decimal:

27

72

Hexadecimal:

1B

48

Comments:

Cancels the double-strike mode selected by ESC G.

ESC S0

 

 

Select Superscript Mode

Format:

 

 

 

ASCII code:

ESC

S

0

Decimal:

27

83

0

Hexadecimal:

1B

53

00

Comments:

Prints characters about two-thirds of the normal character height in the upper part of the character space.

Command Summary 9-29