CSS Style Choice Dark Text on Light Background
CSS Style Choice Light Text on Dark Background 
Avatar: Old Photo of Gary's Face
[M] Gary
Vollink.com
9 November 2005

GD Lightning Talk

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:
banner size rectangle, blue, green and red filled square appear from the left, followed by example text in multiple colors, both horizontal and vertical from bottom.

Available (simple) font types:
  gdTinyFont
  gdSmallFont
  gdMediumBoldFont
  gdLargeFont
  gdGiantFont