
Text is also available. Both Horizontal and Vertical...
use GD;
MAIN: {
...
# BANNER Text
$banner->string(gdLargeFont, 190, 10, "GD Example", $black);
# BANNER Color
$banner->string(gdLargeFont, 190, 35, "Some RED", $red);
# UP BANNER Text
$banner->stringUp(gdGiantFont, 280, 50, "Green", $green);
# UP BANNER Text
$banner->stringUp(gdGiantFont, 300, 50, "Blue", $blue);
# Create result 6...
open($fh, '>', "bn_6.png");
print $fh $banner->png();
close($fh);
}
Result 6:
Available (simple) font types:
gdTinyFont
gdSmallFont
gdMediumBoldFont
gdLargeFont
gdGiantFont