This function calculates and returns the chunk coordinates of the TrueType text.
Text: The string to be measured.
Size: Font size.
The name of the Fontfile:truetype font file (or it can be a URL).
Angle:text will be measured in degrees of angle.
Imagettfbbox () returns an array of 8 elements representing the four vertices of the text block.
0 left Lower x coordinate 1 left lower Y coordinate 2 right lower x coordinate 3 right lower corner y coordinate 4 right corner x coordinate 5 right corner y coordinate 6 upper left corner x coordinate 7 upper left corner y coordinate
Vertices are relative to text, so regardless of angle. "Upper left corner" means to see the upper-left corner of the text in a horizontal direction.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.