Fix protos, nuke tabs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@202400 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-12-08 14:15:13 +00:00
parent a25ff3858e
commit 39f811c799
5 changed files with 25 additions and 24 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-begin-glyph">
<refnamediv>
@ -17,15 +17,14 @@
<methodparam><type>float</type><parameter>lly</parameter></methodparam>
<methodparam><type>float</type><parameter>urx</parameter></methodparam>
<methodparam><type>float</type><parameter>ury</parameter></methodparam>
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
</methodsynopsis>
<para>
Starts a glyph definition for a Type 3 font. The parameter
<parameter>wx</parameter> is the glyph width and the parameters
<parameter>llx</parameter>,<parameter>lly</parameter>,
<parameter>wx</parameter> is the glyph width and the parameters
<parameter>llx</parameter>,<parameter>lly</parameter>,
<parameter>urx</parameter> and <parameter>ury</parameter> specify
the coordinates of the lower left and upper right corners of the bounding
box of the glyph.
the coordinates of the lower left and upper right corners of the bounding
box of the glyph.
</para>
</refsect1>
</refentry>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-delete-textflow">
<refnamediv>
@ -9,10 +9,10 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>int</type><methodname>pdf_delete_textflow</methodname>
<type>bool</type><methodname>pdf_delete_textflow</methodname>
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
<methodparam><type>int</type><parameter>textflow</parameter></methodparam>
</methodsynopsis>
</methodsynopsis>
<para>
Deletes a textflow and the associated data structures.
</para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-fit-textline">
<refnamediv>
@ -11,9 +11,9 @@
<methodsynopsis>
<type>bool</type><methodname>pdf_fit_textline</methodname>
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
<methodparam><type>int</type><parameter>text</parameter></methodparam>
<methodparam><type>float</type><parameter>x</parameter></methodparam>
<methodparam><type>float</type><parameter>y</parameter></methodparam>
<methodparam><type>string</type><parameter>text</parameter></methodparam>
<methodparam><type>float</type><parameter>x</parameter></methodparam>
<methodparam><type>float</type><parameter>y</parameter></methodparam>
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
</methodsynopsis>
<para>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-open-pdi">
<refnamediv>
@ -13,6 +13,7 @@
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
<methodparam><type>int</type><parameter>len</parameter></methodparam>
</methodsynopsis>
<para>
Opens a disk-based or virtual PDF document and prepares it for later use.

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- splitted from ./en/functions/pdf.xml, last change in rev 1.42 -->
<refentry id="function.pdf-shading">
<refnamediv>
@ -11,15 +11,16 @@
<methodsynopsis>
<type>int</type><methodname>pdf_shading</methodname>
<methodparam><type>resource</type><parameter>pdfdoc</parameter></methodparam>
<methodparam><type>string</type><parameter>shtype</parameter></methodparam>
<methodparam><type>float</type><parameter>x0</parameter></methodparam>
<methodparam><type>float</type><parameter>y0</parameter></methodparam>
<methodparam><type>float</type><parameter>x1</parameter></methodparam>
<methodparam><type>float</type><parameter>y1</parameter></methodparam>
<methodparam><type>string</type><parameter>shtype</parameter></methodparam>
<methodparam><type>float</type><parameter>x0</parameter></methodparam>
<methodparam><type>float</type><parameter>y0</parameter></methodparam>
<methodparam><type>float</type><parameter>x1</parameter></methodparam>
<methodparam><type>float</type><parameter>y1</parameter></methodparam>
<methodparam><type>float</type><parameter>c1</parameter></methodparam>
<methodparam><type>float</type><parameter>c2</parameter></methodparam>
<methodparam><type>float</type><parameter>c3</parameter></methodparam>
<methodparam><type>float</type><parameter>c4</parameter></methodparam>
<methodparam><type>float</type><parameter>c2</parameter></methodparam>
<methodparam><type>float</type><parameter>c3</parameter></methodparam>
<methodparam><type>float</type><parameter>c4</parameter></methodparam>
<methodparam><type>string</type><parameter>optlist</parameter></methodparam>
</methodsynopsis>
<para>
Defines a blend from the current fill color to another color.
@ -35,7 +36,7 @@
</para>
<para>
This function returns a shading handle that can be used in subsequent calls to <function>pdf_shading_pattern</function> and <function>pdf_shfill</function>.
</para>
</para>
<para>
This function requires PDF 1.4 or above.
</para>