Imagepsbbox
(PHP3 >= 3.0.9, PHP4 >= 4.0rc1)
Imagepsbbox---&http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP; block coordinates with PostScript Type1 font for text rectangles
Syntax: Array imagepsbbox (string text, int font, int size [, int space [, int tightness [, float angle]]]
Description:
Size represents (expressed) pixels.
Space allows you to change the default value of the spacing (spaces) in the font, which adds to the standard values and can be negative.
tightness allows you to control the total number of whitespace between two characters, which is added to the standard value and can be negative.
Angle is the degree.
The parameter space and tightness represent the blank unit of the character, Unit 1 is the 1/1000th of the Em-square.
Parameter space, tightness, and angle are all non-essential.
The returned array contains the following elements:
0 left Lower x coordinate 1 left lower corner y-coordinate 2 upper right corner x coordinate 3 right corner y-coordinate
Reference: Imagepstext ()