Generating Label Formats
Examples (Spaces have been added in the record structure for readability):
1. Triangle
The record:
1 X 11 000 0010 0010 P 001 0001 0040 0025 0010 0040<CR>
Produces a triangle with no fill pattern:
(row 0040, column 0025)
(row 0010, column 0010) | (row 0010, column 0040) |
2. Rectangle with Fill
The record:
1 X 11 004 0010 0010 P 001 0001 0050 0010 0050 0200 0010 0200<CR>
Produces a rectangle filled with pattern 4 (25% black):
(row 0010, column 0010) | (row 0050, column 0200) |
3. Circle
The record:
1 X 11 000 0100 0100 C 001 0001 0025<CR>
Produces a circle centered at row 0100, column 0100 with a radius of 0025 and no fill pattern:
4. Circle with Fill
The record:
1 X 11 009 0100 0100 C 001 0001 0025<CR>
Produces a circle centered at row 0100, column 0100 with a radius of 0025 and filled with pattern 9 (right diagonal lines):
69 |