Files
luos/gulliver/thirdparty/html2ps_pdf/postscript/cellspan.ps

21 lines
294 B
PostScript
Raw Normal View History

2010-12-02 23:34:41 +00:00
/cellspan-create { % => Row Col Size
<< >>
dup /Size 3 index put
dup /Column 4 index put
dup /Row 5 index put
exch pop
exch pop
exch pop
} def
/cellspan-get-row {
/Row get
} def
/cellspan-get-column {
/Column get
} def
/cellspan-get-size {
/Size get
} def