Gtk2::CV::PostScript - a class for writing postscript files


Gtk2-CV documentation  | view source Contained in the Gtk2-CV distribution.

Index


NAME

Top

Gtk2::CV::PostScript - a class for writing postscript files

SYNOPSIS

Top

  use Gtk2::CV::PostScript;

  # nothing gets exported

DESCRIPTION

Top

FUNCTIONS

Gtk2::CV::PostScript::papersizes

Return an array of paper sizes. Each element contains an arrayref:

  [$name, $description, $width_mm, $height_mm]

i.e.:

   ["a0", "A0", 2384, 3370]

new Gtk2::CV::PostScript fh => $filehandle, pixbuf => $gdk_pixbuf_object, ...
 fh => $filehandle
 pixbuf => $pixbuf
 size =>
 aspect =>
 binary =>
 interpolate =>
 margin =>

$ps->print

Write the pixbuf.

AUTHOR

Top

Marc Lehmann <schmorp@schmorp.de>


Gtk2-CV documentation  | view source Contained in the Gtk2-CV distribution.