Date: 10/10/00
- Next message: Martin Kraemer: "[PHP-DOC] cvs: phpdoc /de/functions dbm.xml"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] Function table now in CVS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
steinm Tue Oct 10 01:21:38 2000 EDT
Modified files:
/phpdoc/de/functions pdf.xml
/phpdoc/en/functions pdf.xml
Log:
- documented new parameter of pdf_show_boxed()
Index: phpdoc/de/functions/pdf.xml
diff -u phpdoc/de/functions/pdf.xml:1.25 phpdoc/de/functions/pdf.xml:1.26
--- phpdoc/de/functions/pdf.xml:1.25 Thu Sep 14 08:43:54 2000
+++ phpdoc/de/functions/pdf.xml Tue Oct 10 01:21:38 2000
@@ -627,6 +627,7 @@
<paramdef>double <parameter>Breite</parameter></paramdef>
<paramdef>double <parameter>Höhe</parameter></paramdef>
<paramdef>string <parameter>Modus</parameter></paramdef>
+ <paramdef>string <parameter><optional>Feature</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
@@ -642,6 +643,10 @@
gesetzt werden. Wenn <parameter>Höhe</parameter> oder
<parameter>Breite</parameter> ungleich Null sind zusätzlich
die Werte "justify" and "fulljustify" erlaubt.</para>
+
+ <para>Wird im Parameter <parameter>Feature</parameter> der Wert "blind"
+ übergeben, wird der Text nicht auszugeben.
+ </para>
<para>Die Funktion liefert die Zahl der Zeichen, die nicht mehr
berücksichtigt wurden, weil sie nicht mehr in Box passten.
Index: phpdoc/en/functions/pdf.xml
diff -u phpdoc/en/functions/pdf.xml:1.30 phpdoc/en/functions/pdf.xml:1.31
--- phpdoc/en/functions/pdf.xml:1.30 Fri Sep 15 09:09:43 2000
+++ phpdoc/en/functions/pdf.xml Tue Oct 10 01:21:38 2000
@@ -240,8 +240,8 @@
is probably to create a very simple pdf document at all. The following
example should help to get started.
It creates the file <filename>test.pdf</filename>
- with one page. The page contains the text "Times-Roman" in an
- outlined 30pt font. The text is also underlined.
+ with one page. The page contains the text "Times Roman outlined" in an
+ outlined, 30pt font. The text is also underlined.
</simpara>
<para>
<example>
@@ -603,6 +603,7 @@
<paramdef>double <parameter>width</parameter></paramdef>
<paramdef>double <parameter>height</parameter></paramdef>
<paramdef>string <parameter>mode</parameter></paramdef>
+ <paramdef>string <parameter><optional>feature</optional></parameter></paramdef>
</funcprototype>
</funcsynopsis>
<para>
@@ -616,6 +617,9 @@
<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" and "fulljustify".
+ </para>
+ <para>If the parameter <parameter>feature</parameter> is set to "blind",
+ the text is not shown.
</para>
<para>Returns the number of characters that could not be processed because
they did not fit into the box.
- Next message: Martin Kraemer: "[PHP-DOC] cvs: phpdoc /de/functions dbm.xml"
- Previous message: Hartmut Holzgraefe: "[PHP-DOC] Function table now in CVS"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

