diff --git a/functions/image.xml b/functions/image.xml index 85c3503917..8038bf275d 100644 --- a/functions/image.xml +++ b/functions/image.xml @@ -1,5 +1,5 @@ - + Image functions Image @@ -3201,8 +3201,8 @@ ImageDestroy ($im); ImageTTFText returns an array with 8 elements representing four points making the bounding box of the - text. The order of the points is upper left, upper right, lower - right, lower left. The points are relative to the text + text. The order of the points is lower left, lower right, upper + right, upper left. The points are relative to the text regardless of the angle, so "upper left" means in the top left-hand corner when you see the text horizontallty.