Printers/PostScript: Minimalist postscript graphics printer driver
commitad49d4e454e83e6a5eadad6d451642193326a7dc
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 26 Jan 2012 07:01:13 +0000 (26 07:01 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Thu, 26 Jan 2012 07:01:13 +0000 (26 07:01 +0000)
treedf0a27a57a0205d6194d372b08e2218621bcb57b
parent35e4504b0d51e544aafa1a4dc2507d1f04e4e485
Printers/PostScript: Minimalist postscript graphics printer driver

Can only print a single page of graphics data, centering is forced on.

Cannot print text.

Supports all AOS paper sizes.

Amiga m68k binary (ELF2HUNK converted) tested under AmigaOS 3.9

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@43723 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
workbench/printers/mmakefile.src [new file with mode: 0644]
workbench/printers/postscript.c [new file with mode: 0644]
workbench/printers/printers_intern.h [new file with mode: 0644]