Is there a method for getting the bounding box of a normal text font using gd?
I can find it for ttf fonts but not for just the standard fonts.
Once again, thanks.
coopster
5:16 pm on Feb 23, 2006 (gmt 0)
imageftbbox [php.net] -- Give the bounding box of a text using fonts via freetype2 imagepsbbox [php.net] -- Give the bounding box of a text rectangle using PostScript Type1 fonts imagettfbbox [php.net] -- Give the bounding box of a text using TrueType fonts