diff --git a/reference/image/functions/imagefttext.xml b/reference/image/functions/imagefttext.xml index 93712bb884..93f896d2ac 100644 --- a/reference/image/functions/imagefttext.xml +++ b/reference/image/functions/imagefttext.xml @@ -1,5 +1,5 @@ - + imagefttext @@ -35,9 +35,10 @@ angle - The angle in degrees, with 0 degrees being left-to-right reading text. - Higher values represent a counter-clockwise rotation. For example, a - value of 90 would result in bottom-to-top reading text. + + The angle in degrees, with 0 degrees being left-to-right reading text. + Higher values represent a counter-clockwise rotation. For example, a + value of 90 would result in bottom-to-top reading text. @@ -45,13 +46,13 @@ x - The coordinates given by x and - y will define the basepoint of the first - character (roughly the lower-left corner of the character). This - is different from the imagestring, where - x and y define the - upper-left corner of the first character. For example, "top left" - is 0, 0. + The coordinates given by x and + y will define the basepoint of the first + character (roughly the lower-left corner of the character). This + is different from the imagestring, where + x and y define the + upper-left corner of the first character. For example, "top left" + is 0, 0. @@ -59,8 +60,8 @@ y - The y-ordinate. This sets the position of the fonts baseline, not the - very bottom of the character. + The y-ordinate. This sets the position of the fonts baseline, not the + very bottom of the character. @@ -68,7 +69,7 @@ color - The index of the desired color for the text, see iamgecolorexact + The index of the desired color for the text, see iamgecolorexact @@ -76,7 +77,7 @@ font_file - The full path to the font being used. + The full path to the font being used. @@ -84,7 +85,7 @@ text - Text to be inserted into image. + Text to be inserted into image.