You can combine PCL emulation commands by linking them
if the first 3 bytes of the commands are identical. The combined
short form sends the first 3 bytes only once in the string. To combine
commands, do these tasks:
Use the first 3 bytes (characters) of the command only
once at the start of the command string.
Make the last letter of each command in the string lowercase.
Capitalize the last letter of the string.
With some
PCL printers, you can combine multiple commands with the encoding
setting. The following command is a concatenation of two other commands:
<ESC/>(s<var name = "fontPitch"/>H4099T
It
is 3 bytes shorter than the long form:
<ESC/>(s<var name = "fontPitch"/>H<ESC/>(s4099T
Combined sequence that specifies the Courier font
The following sequence specifies the Courier printer-resident
font on a Lexmark 644 PCL printer:
<ESC/>(s<var name="fontSize"/>V specifies
font height in points. (See Use of variables in sequences.) The variable value is supplied
by the Output server.
<ESC/>(s1S specifies font style as
italic.
<ESC/>(s0B specifies medium (default)
stroke weight.