Help for this page

Select Code to Download


  1. or download this
     print "Has truetype" if $Imager::formats{tt};
    
  2. or download this
    my $font = Imager::Font->new(    
       file  => "arial",
    ...
       text => "This is a test string",
       x    => 20,
       y    => 10);