in reply to Re^2: StringFT (truetype) not working in Windows?
in thread StringFT (truetype) not working in Windows?
use GD::Text; my($gd_text) = GD::Text-> new() or die GD::Text::error(); if ($gd_text-> can_do_ttf()) { print "Well, GD::Text says I can handle TTFs! Isn't that a hoot!\ +n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: StringFT (truetype) not working in Windows?
by Anonymous Monk on Feb 01, 2010 at 17:54 UTC |