File: TODO

package info (click to toggle)
libpostscript-simple-perl 0.09-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: perl: 2,487; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 593 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TO-DO

better error reporting (postscript comments still?)
check landscape: possible problems with rotation
PostScript "compression", i.e. /n {newpath} bind def
code compression using single letter dictionary defs (optional?)
any postscript optimisation that can be done?
postscript font support?
define shape functions
translate / scale / rotate functions?
generate PostScript using a stack, rather than writing
  to the end of a text variable? could lead to some rather
  neat stuff (loops etc) (moved to ps:s "next gen")
different line styles (dashes) (easy)
ttf font support? (get lost!)