Games::Go::Sgf2Dg::Dg2TkPs(3pm) | User Contributed Perl Documentation | Games::Go::Sgf2Dg::Dg2TkPs(3pm) |
Games::Go::Sgf2Dg::Dg2TkPs - convert Games::Go::Sgf2Dg::Diagrams to Postscript from a Tk window
use Games::Go::Sgf2Dg::Dg2TkPs
my $dg2ps = B<Games::Go::Sgf2Dg::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::Sgf2Dg::Dg2Ps for a better PostScript converter.
A Games::Go::Sgf2Dg::Dg2TkPs inherits from Games::Go::Sgf2Dg::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?
2019-10-27 | perl v5.30.0 |