mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
EPS: fix text rotation regression ([607e4ed
]);
remove legacy "T" prefix from def commands; reinstate previous R (TR) def so as to use I (TB) copy to save file size, & for ULTRA pre-group rects by colour to enable use; adjust H (TH) def so can use new J copy to save file size; various other fiddles manual: Royal Mail Mailmark - put Destination+DPS & RTS in tables for readability
This commit is contained in:
@ -4,41 +4,41 @@
|
||||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 226 118
|
||||
%%EndComments
|
||||
/TR { newpath moveto dup 3 1 roll 0 rlineto 0 exch rlineto neg 0 rlineto closepath fill } bind def
|
||||
newpath
|
||||
/R { newpath 4 1 roll exch moveto 1 index 0 rlineto 0 exch rlineto neg 0 rlineto closepath fill } bind def
|
||||
/I { 2 copy } bind def
|
||||
1 1 1 setrgbcolor
|
||||
118 226 0 0 TR
|
||||
118 0 0 226 R
|
||||
0 0 0 setrgbcolor
|
||||
110 2 22 8 TR
|
||||
110 2 26 8 TR
|
||||
100 4 30 18 TR
|
||||
100 2 40 18 TR
|
||||
100 2 44 18 TR
|
||||
100 6 50 18 TR
|
||||
100 4 58 18 TR
|
||||
100 4 66 18 TR
|
||||
100 4 74 18 TR
|
||||
100 2 82 18 TR
|
||||
100 2 86 18 TR
|
||||
100 6 92 18 TR
|
||||
100 4 102 18 TR
|
||||
100 2 110 18 TR
|
||||
110 2 114 8 TR
|
||||
110 2 118 8 TR
|
||||
100 2 122 18 TR
|
||||
100 6 128 18 TR
|
||||
100 2 136 18 TR
|
||||
100 2 146 18 TR
|
||||
100 4 150 18 TR
|
||||
100 4 158 18 TR
|
||||
100 6 164 18 TR
|
||||
100 2 174 18 TR
|
||||
100 6 178 18 TR
|
||||
100 2 188 18 TR
|
||||
100 6 192 18 TR
|
||||
100 2 202 18 TR
|
||||
110 2 206 8 TR
|
||||
110 2 210 8 TR
|
||||
110 8 I 22 2 R
|
||||
26 2 R
|
||||
100 18 I 30 4 R
|
||||
I 40 2 R
|
||||
I 44 2 R
|
||||
I 50 6 R
|
||||
I 58 4 R
|
||||
I 66 4 R
|
||||
I 74 4 R
|
||||
I 82 2 R
|
||||
I 86 2 R
|
||||
I 92 6 R
|
||||
I 102 4 R
|
||||
110 2 R
|
||||
110 8 I 114 2 R
|
||||
118 2 R
|
||||
100 18 I 122 2 R
|
||||
I 128 6 R
|
||||
I 136 2 R
|
||||
I 146 2 R
|
||||
I 150 4 R
|
||||
I 158 4 R
|
||||
I 164 6 R
|
||||
I 174 2 R
|
||||
I 178 6 R
|
||||
I 188 2 R
|
||||
I 192 6 R
|
||||
202 2 R
|
||||
110 8 I 206 2 R
|
||||
210 2 R
|
||||
/Helvetica findfont 21.4 scalefont setfont
|
||||
12.2 0.8 moveto
|
||||
(9) stringwidth pop neg 0 rmoveto
|
||||
|
Reference in New Issue
Block a user