ESC G

 

Select Double-Strike Mode

Format:

ESC

G

ASCII code:

Decimal:

27

71

Hexadecimal: 1B

47

Comments:

Makes text bolder by printing each line twice, with the second printing slightly below the first.

ESC H

 

Cancel Double-Strike Mode

Format:

 

 

ASCII code:

ESC

H

Decimal:

27

72

H e x a d e c i m a l : 1 B 4 8

Comments:

Turns off the double-strike mode selected by ESC G.

ESC S

 

 

Select Superscript/Subscript

Format:

 

 

n

ASCII code:

ESC

S

Decimal:

27

83

n

H e x a d e c i m a l : 1 B

5 3

n

Comments:

Prints characters about two-thirds of the normal character height in the upper (superscript.) or lower (subscript) part of the character space. n = 0 selects superscript n = 1 selects subscript.

ESC T

 

Cancel Superscript/Subscript

Format:

 

 

ASCII code:

ESC

T

Decimal:

78

54

H e x a d e c i m a l : 1 B

5 4

Comments:

Cancels either superscript or subscript.

8-28

Command Summary