Home > PHP > Function > GD > imagefttext()

imagefttext()

imagefttext - Write text to the image using fonts using FreeType 2

Syntax

array imagefttext ()

Arguments

-

Description

Version

PHP 4.0.7, 5

Return value

This function returns an array defining the four points of the box, starting in the lower left and moving counter-clockwise: 0 lower left x-coordinate 1 lower left y-coordinate 2 lower right x-coordinate 3 lower right y-coordinate 4 upper right x-coordinate 5 upper right y-coordinate 6 upper left x-coordinate 7 upper left y-coordinate