- documented pdf_show_boxed in german translation


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@24487 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 2000-05-18 05:30:52 +00:00
parent f6e264d6ad
commit 8d07ab964f

View file

@ -693,7 +693,7 @@ fclose($fp);
<refsect1>
<title>Description</title>
<funcsynopsis>
<funcdef>void <function>pdf_show_boxed</function></funcdef>
<funcdef>int <function>pdf_show_boxed</function></funcdef>
<paramdef>int <parameter>pdf document</parameter></paramdef>
<paramdef>string <parameter>text</parameter></paramdef>
<paramdef>double <parameter>x-coor</parameter></paramdef>
@ -708,11 +708,14 @@ fclose($fp);
at (<parameter>x-coor</parameter>, <parameter>y-coor</parameter>).
The boxes dimension is <parameter>height</parameter> by
<parameter>width</parameter>. The parameter <parameter>mode</parameter>
determines how the text is type seet. If <parameter>width</parameter>
determines how the text is type set. If <parameter>width</parameter>
and <parameter>height</parameter> are zero, the
<parameter>mode</parameter> can be "left", "right" or "center".
If <parameter>width</parameter> or <parameter>height</parameter> is
unequal zero it can also be "justify" or "fulljustify".</para>
unequal zero it can also be "justify" and "fulljustify".</para>
<para>Returns the number of characters that could not be processed because
they did not fit into the box.
<para>
See also <function>PDF_show</function>,