Text::Graphics

Text::Graphics is a text graphics rendering toolkit.
Download

Text::Graphics Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Stephen Farrell
  • Publisher web site:
  • http://search.cpan.org/~sfarrell/

Text::Graphics Tags


Text::Graphics Description

Text::Graphics is a text graphics rendering toolkit. Text::Graphics is a text graphics rendering toolkit.This is a toolkit for rendering plain text via an API like that used for graphics rendering in GUI toolkits. This package might be used when you want to do sophisticated rendering of plain text, e.g., for graphing, creating of complex forms for email and fax, and so on.SYNOPSIS use Text::Graphics; my $text = "A text graphics rendering toolkit.n"; my $page = Text::Graphics::Page->new( 20, 10); my $panel0 = Text::Graphics::BorderedPanel->new( 20, 10); my $panel1 = Text::Graphics::FilledBorderedTextPanel->new($text x 3, 25, 12); $panel0->setBackground("#"); $panel1->setBackground(" "); $page->add($panel0); $page->add($panel1, 5, 2); $page->render(); +-------------------+ |###################| |####+--------------+ |####|A text graphic| |####|rendering tool| |####|text graphics | |####|toolkit. A tex| |####|graphics rende| |####|toolkit. | |####| | +----+--------------+Requirements:· Perl Requirements: · Perl


Text::Graphics Related Software