in reply to Using Unicode chars in GD
use Image::Magick; my $image = Image::Magick->new(); ... $image->Annotate( x=>$x, y=>$y, text=>"Up: \x{2191} and Down: \x{2193}", font=> '@YOURFONT.TTF', pointsize => 12, stroke => 'black', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Using Unicode chars in GD
by cormanaz (Deacon) on May 23, 2005 at 13:43 UTC |