output: Add initial support for PSPP output via Cairo.
authorBen Pfaff <blp@gnu.org>
Mon, 8 Jun 2009 21:30:40 +0000 (14:30 -0700)
committerBen Pfaff <blp@gnu.org>
Mon, 8 Jun 2009 21:30:40 +0000 (14:30 -0700)
commita65d2daa73de4351795dd8c1d3da6e5cb12a1dac
treeda299be657ae3df6db17f37d25818e79692f24b0
parent72aad79dd640fb959c3f6077da46eb8aa19d4bad
output: Add initial support for PSPP output via Cairo.

This commit adds some support for PSPP output using Cairo.  For now, that
means that you can produce PDF, PostScript, and SVG output to files if you
have Cairo and Pango available.

The output isn't perfect.  Descenders in text sometimes stick out beyond
table cell boundaries.  Charts aren't supported.  There is no
documentation update.  And I've tested it on a grand total of 1 (one!)
input file.  But I'm pushing out now for anyone who's interested.
config/devices
configure.ac
src/output/automake.mk
src/output/cairo.c [new file with mode: 0644]
src/output/output.c
src/ui/terminal/automake.mk