dams Wed Feb 12 13:05:23 2003 EDT Modified files: /phpdoc/en/reference/cpdf/functions cpdf-add-annotation.xml cpdf-add-outline.xml cpdf-arc.xml cpdf-begin-text.xml cpdf-circle.xml cpdf-clip.xml cpdf-close.xml cpdf-closepath-fill-stroke.xml cpdf-closepath-stroke.xml cpdf-closepath.xml cpdf-continue-text.xml cpdf-curveto.xml cpdf-end-text.xml cpdf-fill-stroke.xml cpdf-fill.xml cpdf-finalize-page.xml cpdf-finalize.xml cpdf-import-jpeg.xml cpdf-lineto.xml cpdf-moveto.xml cpdf-newpath.xml cpdf-output-buffer.xml cpdf-page-init.xml cpdf-place-inline-image.xml cpdf-rect.xml cpdf-restore.xml cpdf-rlineto.xml cpdf-rmoveto.xml cpdf-rotate.xml cpdf-save-to-file.xml cpdf-save.xml cpdf-scale.xml cpdf-set-char-spacing.xml cpdf-set-current-page.xml cpdf-set-font.xml cpdf-set-horiz-scaling.xml cpdf-set-leading.xml cpdf-set-page-animation.xml cpdf-set-text-matrix.xml cpdf-set-text-pos.xml cpdf-set-text-rendering.xml cpdf-set-text-rise.xml cpdf-set-word-spacing.xml cpdf-setdash.xml cpdf-setflat.xml cpdf-setgray-fill.xml cpdf-setgray-stroke.xml cpdf-setgray.xml cpdf-setlinecap.xml cpdf-setlinejoin.xml cpdf-setlinewidth.xml cpdf-setmiterlimit.xml cpdf-setrgbcolor-fill.xml cpdf-setrgbcolor-stroke.xml cpdf-setrgbcolor.xml cpdf-show-xy.xml cpdf-show.xml cpdf-stringwidth.xml cpdf-stroke.xml cpdf-text.xml cpdf-translate.xml Log: no white space in parameter name please
Index: phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml:1.2 Wed Apr 17 02:36:46 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-add-annotation.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.3 --> <refentry id="function.cpdf-add-annotation"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_add_annotation</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>llx</parameter></methodparam> <methodparam><type>float</type><parameter>lly</parameter></methodparam> <methodparam><type>float</type><parameter>urx</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml:1.2 Wed Apr 17 02:36:46 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-add-outline.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-add-outline"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_add_outline</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>text</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-arc.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-arc.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-arc.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-arc.xml:1.2 Wed Apr 17 02:36:46 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-arc.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-arc"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_arc</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam><type>float</type><parameter>radius</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-begin-text.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-begin-text.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-begin-text.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-begin-text.xml:1.2 Wed Apr 17 02:36:46 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-begin-text.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-begin-text"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_begin_text</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_begin_text</function> function starts a text Index: phpdoc/en/reference/cpdf/functions/cpdf-circle.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-circle.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-circle.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-circle.xml:1.2 Wed Apr 17 02:36:47 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-circle.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-circle"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_circle</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam><type>float</type><parameter>radius</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-clip.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-clip.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-clip.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-clip.xml:1.2 Wed Apr 17 02:36:47 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-clip.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-clip"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_clip</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_clip</function> function clips all drawing Index: phpdoc/en/reference/cpdf/functions/cpdf-close.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-close.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-close.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-close.xml:1.2 Wed Apr 17 02:36:47 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-close.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-close"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_close</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_close</function> function closes the pdf document. Index: phpdoc/en/reference/cpdf/functions/cpdf-closepath-fill-stroke.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-closepath-fill-stroke.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-closepath-fill-stroke.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-closepath-fill-stroke.xml:1.2 Wed Apr 17 02:36:47 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-closepath-fill-stroke.xml Wed Feb 12 +13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-closepath-fill-stroke"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_closepath_fill_stroke</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_closepath_fill_stroke</function> function closes, Index: phpdoc/en/reference/cpdf/functions/cpdf-closepath-stroke.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-closepath-stroke.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-closepath-stroke.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-closepath-stroke.xml:1.2 Wed Apr 17 02:36:47 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-closepath-stroke.xml Wed Feb 12 +13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-closepath-stroke"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_closepath_stroke</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_closepath_stroke</function> function is a Index: phpdoc/en/reference/cpdf/functions/cpdf-closepath.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-closepath.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-closepath.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-closepath.xml:1.2 Wed Apr 17 02:36:47 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-closepath.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-closepath"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_closepath</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_closepath</function> function closes the Index: phpdoc/en/reference/cpdf/functions/cpdf-continue-text.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-continue-text.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-continue-text.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-continue-text.xml:1.2 Wed Apr 17 02:36:47 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-continue-text.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-continue-text"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_continue_text</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>text</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-curveto.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-curveto.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-curveto.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-curveto.xml:1.2 Wed Apr 17 02:36:48 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-curveto.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-curveto"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_curveto</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x1</parameter></methodparam> <methodparam><type>float</type><parameter>y1</parameter></methodparam> <methodparam><type>float</type><parameter>x2</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-end-text.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-end-text.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-end-text.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-end-text.xml:1.2 Wed Apr 17 02:36:48 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-end-text.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-end-text"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_end_text</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_end_text</function> function ends a text Index: phpdoc/en/reference/cpdf/functions/cpdf-fill-stroke.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-fill-stroke.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-fill-stroke.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-fill-stroke.xml:1.2 Wed Apr 17 02:36:48 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-fill-stroke.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-fill-stroke"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_fill_stroke</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_fill_stroke</function> function fills the interior of Index: phpdoc/en/reference/cpdf/functions/cpdf-fill.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-fill.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-fill.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-fill.xml:1.2 Wed Apr 17 02:36:48 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-fill.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-fill"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_fill</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_fill</function> function fills the interior of Index: phpdoc/en/reference/cpdf/functions/cpdf-finalize-page.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-finalize-page.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-finalize-page.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-finalize-page.xml:1.2 Wed Apr 17 02:36:48 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-finalize-page.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-finalize-page"> <refnamediv> @@ -10,12 +10,12 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_finalize_page</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>int</type><parameter>page number</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam><type>int</type><parameter>page_number</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_finalize_page</function> function ends the page - with page number <parameter>page number</parameter>. + with page number <parameter>page_number</parameter>. </para> <para> This function is only for saving memory. A finalized page takes Index: phpdoc/en/reference/cpdf/functions/cpdf-finalize.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-finalize.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-finalize.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-finalize.xml:1.2 Wed Apr 17 02:36:48 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-finalize.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-finalize"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_finalize</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_finalize</function> function ends the document. Index: phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml:1.2 Wed Apr 17 02:36:49 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-import-jpeg.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-import-jpeg"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>int</type><methodname>cpdf_import_jpeg</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>file name</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-lineto.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-lineto.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-lineto.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-lineto.xml:1.2 Wed Apr 17 02:36:49 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-lineto.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-lineto"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_lineto</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-moveto.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-moveto.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-moveto.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-moveto.xml:1.2 Wed Apr 17 02:36:49 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-moveto.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-moveto"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_moveto</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-newpath.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-newpath.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-newpath.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-newpath.xml:1.2 Wed Apr 17 02:36:49 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-newpath.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.22 --> <refentry id="function.cpdf-newpath"> <refnamediv> @@ -10,11 +10,11 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_newpath</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_newpath</function> starts a new path on the - document given by the <parameter>pdf document</parameter> + document given by the <parameter>pdf_document</parameter> parameter. </para> </refsect1> Index: phpdoc/en/reference/cpdf/functions/cpdf-output-buffer.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-output-buffer.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-output-buffer.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-output-buffer.xml:1.2 Wed Apr 17 02:36:49 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-output-buffer.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-output-buffer"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_output_buffer</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_output_buffer</function> function outputs Index: phpdoc/en/reference/cpdf/functions/cpdf-page-init.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-page-init.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-page-init.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-page-init.xml:1.2 Wed Apr 17 02:36:50 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-page-init.xml Wed Feb 12 13:05:22 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-page-init"> <refnamediv> @@ -10,8 +10,8 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_page_init</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>int</type><parameter>page number</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam><type>int</type><parameter>page_number</parameter></methodparam> <methodparam><type>int</type><parameter>orientation</parameter></methodparam> <methodparam><type>float</type><parameter>height</parameter></methodparam> <methodparam><type>float</type><parameter>width</parameter></methodparam> @@ -21,7 +21,7 @@ The <function>cpdf_page_init</function> function starts a new page with height <parameter>height</parameter> and width <parameter>width</parameter>. The page has number - <parameter>page number</parameter> and orientation + <parameter>page_number</parameter> and orientation <parameter>orientation</parameter>. <parameter>orientation</parameter> can be 0 for portrait and 1 for landscape. The last optional parameter <parameter>unit</parameter> sets the unit for the coordinate system. Index: phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml:1.2 Wed Apr 17 02:36:50 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml Wed Feb 12 +13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-place-inline-image"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_place_inline_image</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>int</type><parameter>image</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-rect.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-rect.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-rect.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-rect.xml:1.2 Wed Apr 17 02:36:50 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-rect.xml Wed Feb 12 13:05:22 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-rect"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_rect</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam><type>float</type><parameter>width</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-restore.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-restore.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-restore.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-restore.xml:1.2 Wed Apr 17 02:36:50 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-restore.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-restore"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_restore</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_restore</function> function restores the Index: phpdoc/en/reference/cpdf/functions/cpdf-rlineto.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-rlineto.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-rlineto.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-rlineto.xml:1.2 Wed Apr 17 02:36:50 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-rlineto.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-rlineto"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_rlineto</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-rmoveto.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-rmoveto.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-rmoveto.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-rmoveto.xml:1.2 Wed Apr 17 02:36:50 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-rmoveto.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-rmoveto"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_rmoveto</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-rotate.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-rotate.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-rotate.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-rotate.xml:1.2 Wed Apr 17 02:36:51 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-rotate.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-rotate"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_rotate</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>angle</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-save-to-file.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-save-to-file.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-save-to-file.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-save-to-file.xml:1.2 Wed Apr 17 02:36:51 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-save-to-file.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-save-to-file"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_save_to_file</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>filename</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-save.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-save.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-save.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-save.xml:1.2 Wed Apr 17 02:36:51 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-save.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-save"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_save</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_save</function> function saves the current Index: phpdoc/en/reference/cpdf/functions/cpdf-scale.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-scale.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-scale.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-scale.xml:1.2 Wed Apr 17 02:36:51 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-scale.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-scale"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_scale</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-scale</parameter></methodparam> <methodparam><type>float</type><parameter>y-scale</parameter></methodparam> </methodsynopsis> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-char-spacing.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-char-spacing.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-char-spacing.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-char-spacing.xml:1.2 Wed Apr 17 02:36:52 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-char-spacing.xml Wed Feb 12 +13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-char-spacing"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_char_spacing</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>space</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-current-page.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-current-page.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-current-page.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-current-page.xml:1.2 Wed Apr 17 02:36:52 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-current-page.xml Wed Feb 12 +13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-current-page"> <refnamediv> @@ -10,8 +10,8 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_current_page</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>int</type><parameter>page number</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam><type>int</type><parameter>page_number</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_set_current_page</function> function set the page Index: phpdoc/en/reference/cpdf/functions/cpdf-set-font.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-font.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-font.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-font.xml:1.2 Wed Apr 17 02:36:53 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-font.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-font"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_font</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>font name</parameter></methodparam> <methodparam><type>float</type><parameter>size</parameter></methodparam> <methodparam><type>string</type><parameter>encoding</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-horiz-scaling.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-horiz-scaling.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-horiz-scaling.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-horiz-scaling.xml:1.2 Wed Apr 17 02:36:53 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-horiz-scaling.xml Wed Feb 12 +13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-horiz-scaling"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_horiz_scaling</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>scale</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-leading.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-leading.xml:1.3 phpdoc/en/reference/cpdf/functions/cpdf-set-leading.xml:1.4 --- phpdoc/en/reference/cpdf/functions/cpdf-set-leading.xml:1.3 Mon Sep 9 03:57:36 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-leading.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.6 --> <refentry id="function.cpdf-set-leading"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_leading</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>distance</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-page-animation.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-page-animation.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-page-animation.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-page-animation.xml:1.2 Wed Apr 17 02:36:53 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-page-animation.xml Wed Feb 12 +13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-page-animation"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_page_animation</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>int</type><parameter>transition</parameter></methodparam> <methodparam><type>float</type><parameter>duration</parameter></methodparam> </methodsynopsis> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-text-matrix.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-text-matrix.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-text-matrix.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-text-matrix.xml:1.2 Wed Apr 17 02:36:53 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-text-matrix.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-text-matrix"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_text_matrix</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>array</type><parameter>matrix</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-text-pos.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-text-pos.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-text-pos.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-text-pos.xml:1.2 Wed Apr 17 02:36:53 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-text-pos.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-text-pos"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_text_pos</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-text-rendering.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-text-rendering.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-text-rendering.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-text-rendering.xml:1.2 Wed Apr 17 02:36:54 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-text-rendering.xml Wed Feb 12 +13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-text-rendering"> <refnamediv> @@ -10,8 +10,8 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_text_rendering</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>int</type><parameter>mode</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam +choice="opt"><type>int</type><parameter>mode</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_set_text_rendering</function> function Index: phpdoc/en/reference/cpdf/functions/cpdf-set-text-rise.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-text-rise.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-text-rise.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-text-rise.xml:1.2 Wed Apr 17 02:36:54 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-text-rise.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-text-rise"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_text_rise</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>value</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-set-word-spacing.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-set-word-spacing.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-set-word-spacing.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-set-word-spacing.xml:1.2 Wed Apr 17 02:36:54 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-set-word-spacing.xml Wed Feb 12 +13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-set-word-spacing"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_set_word_spacing</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>space</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-setdash.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setdash.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setdash.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setdash.xml:1.2 Wed Apr 17 02:36:54 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setdash.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setdash"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setdash</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>white</parameter></methodparam> <methodparam><type>float</type><parameter>black</parameter></methodparam> </methodsynopsis> Index: phpdoc/en/reference/cpdf/functions/cpdf-setflat.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setflat.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setflat.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setflat.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setflat.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setflat"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setflat</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>value</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-setgray-fill.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setgray-fill.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setgray-fill.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setgray-fill.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setgray-fill.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setgray-fill"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setgray_fill</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>value</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-setgray-stroke.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setgray-stroke.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setgray-stroke.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setgray-stroke.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setgray-stroke.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setgray-stroke"> <refnamediv> @@ -10,8 +10,8 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setgray_stroke</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>float</type><parameter>gray value</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam><type>float</type><parameter>gray_value</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_setgray_stroke</function> function sets the current Index: phpdoc/en/reference/cpdf/functions/cpdf-setgray.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setgray.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setgray.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setgray.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setgray.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setgray"> <refnamediv> @@ -10,8 +10,8 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setgray</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>float</type><parameter>gray value</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam><type>float</type><parameter>gray_value</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_setgray</function> function sets the current Index: phpdoc/en/reference/cpdf/functions/cpdf-setlinecap.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setlinecap.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setlinecap.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setlinecap.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setlinecap.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setlinecap"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setlinecap</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>int</type><parameter>value</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml:1.3 phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml:1.4 --- phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml:1.3 Tue Feb 4 21:33:23 2003 +++ phpdoc/en/reference/cpdf/functions/cpdf-setlinejoin.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setlinejoin"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setlinejoin</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>int</type><parameter>value</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-setlinewidth.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setlinewidth.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setlinewidth.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setlinewidth.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setlinewidth.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setlinewidth"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setlinewidth</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>width</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setmiterlimit.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setmiterlimit"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setmiterlimit</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>value</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-fill.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-fill.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-fill.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-fill.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-fill.xml Wed Feb 12 +13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setrgbcolor-fill"> <refnamediv> @@ -10,17 +10,17 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setrgbcolor_fill</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>float</type><parameter>red value</parameter></methodparam> - <methodparam><type>float</type><parameter>green value</parameter></methodparam> - <methodparam><type>float</type><parameter>blue value</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam><type>float</type><parameter>red_value</parameter></methodparam> + <methodparam><type>float</type><parameter>green_value</parameter></methodparam> + <methodparam><type>float</type><parameter>blue_value</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_setrgbcolor_fill</function> function sets the current rgb color value to fill a path. </para> <para> - See also <function>cpdf_setrgbcolor_stroke</function>, + See also <function>cpdf_setrgbcolor_stroke</function> and <function>cpdf_setrgbcolor</function>. </para> </refsect1> Index: phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor-stroke.xml Wed Feb 12 +13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setrgbcolor-stroke"> <refnamediv> @@ -10,10 +10,10 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setrgbcolor_stroke</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>float</type><parameter>red value</parameter></methodparam> - <methodparam><type>float</type><parameter>green value</parameter></methodparam> - <methodparam><type>float</type><parameter>blue value</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam><type>float</type><parameter>red_value</parameter></methodparam> + <methodparam><type>float</type><parameter>green_value</parameter></methodparam> + <methodparam><type>float</type><parameter>blue_value</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_setrgbcolor_stroke</function> function sets the current Index: phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-setrgbcolor.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-setrgbcolor"> <refnamediv> @@ -10,10 +10,10 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_setrgbcolor</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> - <methodparam><type>float</type><parameter>red value</parameter></methodparam> - <methodparam><type>float</type><parameter>green value</parameter></methodparam> - <methodparam><type>float</type><parameter>blue value</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> + <methodparam><type>float</type><parameter>red_value</parameter></methodparam> + <methodparam><type>float</type><parameter>green_value</parameter></methodparam> + <methodparam><type>float</type><parameter>blue_value</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_setrgbcolor</function> function sets the current Index: phpdoc/en/reference/cpdf/functions/cpdf-show-xy.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-show-xy.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-show-xy.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-show-xy.xml:1.2 Wed Apr 17 02:36:55 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-show-xy.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-show-xy"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_show_xy</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>text</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-show.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-show.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-show.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-show.xml:1.2 Wed Apr 17 02:36:56 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-show.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-show"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_show</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>text</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-stringwidth.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-stringwidth.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-stringwidth.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-stringwidth.xml:1.2 Wed Apr 17 02:36:56 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-stringwidth.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-stringwidth"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>float</type><methodname>cpdf_stringwidth</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>text</parameter></methodparam> </methodsynopsis> <para> Index: phpdoc/en/reference/cpdf/functions/cpdf-stroke.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-stroke.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-stroke.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-stroke.xml:1.2 Wed Apr 17 02:36:56 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-stroke.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-stroke"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_stroke</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> </methodsynopsis> <para> The <function>cpdf_stroke</function> function draws a line along Index: phpdoc/en/reference/cpdf/functions/cpdf-text.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-text.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-text.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-text.xml:1.2 Wed Apr 17 02:36:57 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-text.xml Wed Feb 12 13:05:23 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-text"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_text</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>string</type><parameter>text</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> Index: phpdoc/en/reference/cpdf/functions/cpdf-translate.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-translate.xml:1.2 phpdoc/en/reference/cpdf/functions/cpdf-translate.xml:1.3 --- phpdoc/en/reference/cpdf/functions/cpdf-translate.xml:1.2 Wed Apr 17 02:36:59 2002 +++ phpdoc/en/reference/cpdf/functions/cpdf-translate.xml Wed Feb 12 13:05:23 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.35 --> <refentry id="function.cpdf-translate"> <refnamediv> @@ -10,7 +10,7 @@ <title>Description</title> <methodsynopsis> <type>void</type><methodname>cpdf_translate</methodname> - <methodparam><type>int</type><parameter>pdf document</parameter></methodparam> + <methodparam><type>int</type><parameter>pdf_document</parameter></methodparam> <methodparam><type>float</type><parameter>x-coor</parameter></methodparam> <methodparam><type>float</type><parameter>y-coor</parameter></methodparam> <methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php