A SERVICE OF

logo

ESC M
Select Elite Pitch
Format:
ASCII code:
ESC M
Decimal:
27
77
Hexadecimal: 1B 4D
Explanation:
Selects elite pitch (12 characters per inch).
ESC P
Select Pica Pitch
Format:
ASCII code:
ESC P
Decimal: 27 80
Hexadecimal: 1B 50
Explanation:
Selects pica pitch (10 characters per inch). This is the default
character width; so this command is normally used to cancel the
elite pitch.
Print Enhancement
ESC E
Format:
ASCII code:
ESC E
Decimal: 27 69
Hexadecimal: 1B 45
Select Emphasized Mode
Explanation:
Makes text bolder by printing each dot twice, with the second
dot slightly to the right of the first.
ESC F
Format:
ASCII code:
ESC F
Decimal: 27 70
Hexadecimal: 1B 46
Cancel Emphasized Mode
Explanation:
Turns off the emphasized mode selected by ESC E.
c-4