Dg2TkPs(3pm) | User Contributed Perl Documentation | Dg2TkPs(3pm) |
Games::Go::Dg2TkPs - Perl extension to convert Games::Go::Diagrams to Postscript.
use Games::Go::Dg2TkPs
my $dg2ps = B<Games::Go::Dg2TkPs-E<gt>new> (options); my $canvas = $dg2ps->convertDiagram($diagram);
This is a real hack to get PostScript output from the Dg2Tk converter. All it does is use the built-in PostScript that a Tk::Canvas widget provides to convert the Dg2Tk canvas pages to PostScript. The resulting PostScript is fairly crude because the Canvas that it is drawn from is crude to begin with. See Games::Go::Dg2Ps for a better PostScript converter.
A Games::Go::Dg2TkPs inherits from Games::Go::Dg2Tk, and uses all its methods and options. The main difference is that after conversion to Tk is complete, each diagram Tk::Canvas is converted to PostScript via the Tk::Canvas->postscript method. Some minor massaging of the PostScript source is done to string the canvas pages together.
See Dg2Tk for the usual Dg2* conversion methods.
The output is pretty ugly. Oh well, what can one expect from such a simple hack?
Reid Augustin, <reid@hellosix.com>
Copyright (C) 2005 by Reid Augustin
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available.
2009-11-01 | perl v5.24.1 |