GD::Text::Wrap

Wrap strings in boxes
Download

GD::Text::Wrap Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martien Verbruggen
  • Publisher web site:
  • http://search.cpan.org/~bwarfield/GDGraph-1.44/Graph/Data.pm

GD::Text::Wrap Tags


GD::Text::Wrap Description

Wrap strings in boxes GD::Text::Wrap is a Perl module that wraps strings in boxes.SYNOPSIS use GD; use GD::Text::Wrap; my $gd = GD::Image->new(800,600); # allocate colours, do other things. my $text = 4, color => $black, text => $text, ); $wrapbox->set_font(gdMediumBoldFont); $wrapbox->set_font('arial', 12); $wrapbox->set(align => 'left', width => 120); $wrapbox->draw(10,140); $gd->rectangle($wrap_box->get_bounds(10,140), $color);GD::Text::Wrap provides an object that draws a formatted paragraph of text in a box on a GD::Image canvas, using either a builtin GD font or a TrueType font. Requirements: · Perl


GD::Text::Wrap Related Software