PS_SHOW_XY(3) 1 PS_SHOW_XY(3)
ps_show_xy - Output text at given position
SYNOPSIS
bool ps_show_xy (resource $psdoc, string $text, float $x, float $y)
DESCRIPTION
Output a text at the given text position.
PARAMETERS
o $psdoc
- Resource identifier of the postscript file as returned by ps_new(3).
o $text
- The text to be output.
o $x
- x-coordinate of the lower left corner of the box surrounding the text.
o $y
- y-coordinate of the lower left corner of the box surrounding the text.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
ps_continue_text(3), ps_show(3).
PHP Documentation Group PS_SHOW_XY(3)