HP PCL/PJL reference (PCL 5 Printer Language) - Technical Reference Manual Part II

EN Drawing Rectangles 21-5
Figure 21-2
EP; Draw an edge around the rectangle that was
just drawn. Since the previous RR command
leaves its definition in the polygon buffer
(1500,1000), you do not need to specify the
coordinates again.
PR2000,0; Specify relative plotting and move the cursor
2000 plu in the X direction from the current pen
location.
FT4,100,45; Specify fill type number 4 (cross-hatching), set
the spacing to 100 plu between fill lines, and set
the fill line angle to 45°.
RR1500,1000; Fill a rectangle with the currently specified fill
type. Use the current pen location (0,0) as the
lower left corner of the rectangle and a point
(1500,1000) relative plu away for the upper
right corner.
?%0A Enter the PCL mode.
?E Send a reset to end the job and eject the page.
Table 21-4 Example: Filled Rectangles (continued)