Print Style Commands (continued)

Function:

Select italic print

 

Format:

 

 

ASCII

<ESC> “4”

Decimal

27

52

Hexadecimal

1B

34

 

 

 

 

Function:

 

 

Cancel italic print

 

Format:

 

 

ASCII

<ESC> “5”

Decimal

27

53

Hexadecimal

1B

35

Remarks:

This command cancels italic printing and returns you to the standard character set.

Function:

Underline on/off

 

 

Format :

 

 

 

ASCII

(ESC)

“-”

n

Decimal

27

45

n

Hexadecimal

1B

2D

n

Remarks :

This command turns underlining on (n = 1) or turns underlining off (n = 0).

Function:

Select superscripts or subscripts

Format:

 

 

 

ASCII

<ESC> “S"

n

Decimal

27

83

n

Hexadecimal

1B

53

n

Remarks:

This command either selects superscripts (n = 0) or selects subscripts (n=l).

60