Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: How to use Imager for text

by bradcathey (Prior)
on Oct 28, 2005 at 18:13 UTC ( [id://503726]=note: print w/replies, xml ) Need Help??

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);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://503726]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (9)
As of 2024-03-28 12:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found