diff --git a/functions/pdf.xml b/functions/pdf.xml index 6637ff2a06..7b99a4b51f 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -693,7 +693,7 @@ fclose($fp); Description - void pdf_show_boxed + int pdf_show_boxed int pdf document string text double x-coor @@ -708,11 +708,14 @@ fclose($fp); at (x-coor, y-coor). The boxes dimension is height by width. The parameter mode - determines how the text is type seet. If width + determines how the text is type set. If width and height are zero, the mode can be "left", "right" or "center". If width or height is - unequal zero it can also be "justify" or "fulljustify". + unequal zero it can also be "justify" and "fulljustify". + + Returns the number of characters that could not be processed because + they did not fit into the box. See also PDF_show,