Help for this page

Select Code to Download


  1. or download this
    my $gd  = GD::Image->new();
    @bounds = $gd->stringFT(...);
    
  2. or download this
    @bounds = GD::Image->new()->stringFT(...);
    
  3. or download this
    @bounds = GD::Image->new->stringFT(...);