Hi, Monday, February 3, 2003, 8:24:00 AM, you wrote: BVB> When creating an image using the image functions how do you control the BVB> type face size?
If you are using imagestring() the size is determined by the font number (1 - 5) for internal fonts. If you use true type fonts then the size is set in each call to imagettftext() as one of the parameters. -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php