PDF_show_boxed

(PHP 4 >= 4.0RC1)

PDF_show_boxed -- Output text in a box

Description

int PDF_show_boxed (int pdf object, string text, double left, double top, double width, double height, string hmode [, string feature])

Format text in the current font and size into the supplied text box according to the requested formatting mode, which must be one of "left", "right", "center", "justify", or "fulljustify". If width and height are 0, only a single line is placed at the point (left, top) in the requested mode.