in reply to Re^3: How to use Imager for text
in thread How to use Imager for text
Perfect zentara, thanks for correcting it. BTW, got it to work with .ttf fonts, but not the .dfont
my $font = Imager::Font->new( file => 'Copperplate.dfont', type => 'ft2', index => 1, color => $blue, size => 30, aa => 1);
did not work. Oh, well.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to use Imager for text
by tonyc (Hermit) on Oct 30, 2005 at 23:44 UTC |