mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-02 16:09:51 -04: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:
parent
3c1980c284
commit
ee6b4a0efc
63 changed files with 3973 additions and 3171 deletions
|
@ -4,34 +4,34 @@
|
|||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 128 119
|
||||
%%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
|
||||
0.9 0.4 0 0.09 setcmykcolor
|
||||
100 2 0 18.9 TR
|
||||
100 2 6 18.9 TR
|
||||
100 4 10 18.9 TR
|
||||
100 4 16 18.9 TR
|
||||
100 2 22 18.9 TR
|
||||
100 4 26 18.9 TR
|
||||
100 2 32 18.9 TR
|
||||
100 2 38 18.9 TR
|
||||
100 2 42 18.9 TR
|
||||
100 4 46 18.9 TR
|
||||
100 2 52 18.9 TR
|
||||
100 4 56 18.9 TR
|
||||
100 2 64 18.9 TR
|
||||
100 2 68 18.9 TR
|
||||
100 4 72 18.9 TR
|
||||
100 4 78 18.9 TR
|
||||
100 4 84 18.9 TR
|
||||
100 2 92 18.9 TR
|
||||
100 2 96 18.9 TR
|
||||
100 2 100 18.9 TR
|
||||
100 2 104 18.9 TR
|
||||
100 2 110 18.9 TR
|
||||
100 4 114 18.9 TR
|
||||
100 4 120 18.9 TR
|
||||
100 2 126 18.9 TR
|
||||
100 18.9 I 0 2 R
|
||||
I 6 2 R
|
||||
I 10 4 R
|
||||
I 16 4 R
|
||||
I 22 2 R
|
||||
I 26 4 R
|
||||
I 32 2 R
|
||||
I 38 2 R
|
||||
I 42 2 R
|
||||
I 46 4 R
|
||||
I 52 2 R
|
||||
I 56 4 R
|
||||
I 64 2 R
|
||||
I 68 2 R
|
||||
I 72 4 R
|
||||
I 78 4 R
|
||||
I 84 4 R
|
||||
I 92 2 R
|
||||
I 96 2 R
|
||||
I 100 2 R
|
||||
I 104 2 R
|
||||
I 110 2 R
|
||||
I 114 4 R
|
||||
I 120 4 R
|
||||
126 2 R
|
||||
/Helvetica findfont 14 scalefont setfont
|
||||
64 4.9 moveto
|
||||
(*123*) stringwidth pop -2 div 0 rmoveto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue