It is possible to draw rectangles on tickets. This is done by specifying coordinates. It is assumed that coordinate 0,0 is at the top left of the ticket.
Figure 25. Drawing commands.
Command |
Description |
---|---|
@rl |
Set the left coordinate of the rectangle. |
@rr |
Set the right coordinate of the rectangle. |
@rt |
Set the top coordinate of the rectangle. |
@rb |
Set the bottom coordinate of the rectangle. |
@rd |
Draw the rectangle. |
Example:
@rl5@rr65@rt10@rb20@rd