is there any way to make the x and y coordinates, to be from the right bottom, rather than the left bottom?PHP Code:imagettftext($image, 17, 0, 13, 21, $white, $font, "$membername");
is there any way to make the x and y coordinates, to be from the right bottom, rather than the left bottom?PHP Code:imagettftext($image, 17, 0, 13, 21, $white, $font, "$membername");
does anyone know?