mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 00:19: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,27 +4,27 @@
|
|||
%%Pages: 0
|
||||
%%BoundingBox: 0 0 104 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 104 0 0 TR
|
||||
118 0 0 104 R
|
||||
0 0 0 setrgbcolor
|
||||
100 2 0 0 TR
|
||||
100 4 4 0 TR
|
||||
100 2 14 0 TR
|
||||
100 4 18 0 TR
|
||||
100 2 24 0 TR
|
||||
100 4 28 0 TR
|
||||
100 6 34 0 TR
|
||||
100 2 42 0 TR
|
||||
100 2 48 0 TR
|
||||
100 2 56 0 TR
|
||||
100 2 60 0 TR
|
||||
100 2 64 0 TR
|
||||
100 8 68 0 TR
|
||||
100 2 78 0 TR
|
||||
100 6 82 0 TR
|
||||
100 2 92 0 TR
|
||||
100 0 I 0 2 R
|
||||
I 4 4 R
|
||||
I 14 2 R
|
||||
I 18 4 R
|
||||
I 24 2 R
|
||||
I 28 4 R
|
||||
I 34 6 R
|
||||
I 42 2 R
|
||||
I 48 2 R
|
||||
I 56 2 R
|
||||
I 60 2 R
|
||||
I 64 2 R
|
||||
I 68 8 R
|
||||
I 78 2 R
|
||||
I 82 6 R
|
||||
92 2 R
|
||||
/Helvetica findfont 21.4 scalefont setfont
|
||||
47 102.4 moveto
|
||||
(98765) stringwidth pop -2 div 0 rmoveto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue