Help for this page

Select Code to Download


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