
HP PCL Macro Commands and Programming Hints 10-5
PROGRAMMING HINTS
The following paragraphs provide information for use during PCL software development.
End of Line Wrap
ESC&s0C (enabled)
Decimal:
027 038 115 048 067
Hex:
1B 26 73 30 43
ESC&s1C (disabled)
Decimal:
027 038 115 049 067
Hex:
1B 26 73 31 43
This command defines the action that occurs when a line of text reaches the right margin.
When end-of-line wrap is enabled, a character or space that moves the cursor to the right
margin executes a CR-LF (prior to the printing of the character or space).
When end-of-line wrap is disabled, a character or space that would move the cursor to the
right margin may be clipped. When a character is clipped, the cursor is set to the right mar-
gin.
The factory default is end-of-line wrap disabled.
The primary use of this command is with display functions mode.
Display Functions Mode
ESCY (enables display function mode)
Decimal:
027 089
Hex:
1B 59
ESCZ (disables display functions mode)
Decimal:
027 090
Hex:
1B 5A
This command allows all escape sequences and control codes to be printed instead of exe-
cuted.
Содержание Intellibar M412
Страница 115: ...9 2 HP PCL Graphics Commands Figure 9 1 Star Shaped Raster Image...
Страница 122: ...HP PCL Graphics Commands 9 9 Figure 9 4 Example of Raster Graphic Image Data...
Страница 126: ...HP PCL Graphics Commands 9 13 Figure 9 6 Shading Levels...
Страница 127: ...9 14 HP PCL Graphics Commands Figure 9 7 Fill Patterns...