PostScript::TextBlock

PostScript::TextBlock is an object that may be used to construct a block of text in PostScript.
Download

PostScript::TextBlock Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shawn Wallace
  • Publisher web site:
  • http://search.cpan.org/~shawnpw/PostScript-0.06/TextBlock.pm

PostScript::TextBlock Tags


PostScript::TextBlock Description

PostScript::TextBlock is an object that may be used to construct a block of text in PostScript. PostScript::TextBlock is an object that may be used to construct a block of text in PostScript.SYNOPSIS use PostScript::TextBlock; my $tb = new PostScript::TextBlock; $tb->addText( text => "Hullaballo in Hoosick Falls.n", font => 'CenturySchL-Ital', size => 24, leading => 26 ); $tb->addText( text => "by Charba Gaspee.n", font => 'URWGothicL-Demi', size => 12, leading => 14 ); print 'There are '.$tb->numElements.' elements in this object.'; open OUT, '>psoutput.ps'; my ($code, $remainder) = $tb->Write(572, 752, 20, 772); print OUT $code; Requirements: · Perl


PostScript::TextBlock Related Software