mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typo; (only little) re-indenting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@32782 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
050979d01b
commit
4f54801953
1 changed files with 24 additions and 19 deletions
|
@ -1194,8 +1194,9 @@ cpdf_restore($pdf)
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_setlinejoin</function> function set the linejoin
|
||||
parameter between a value of 0 and 2. 0 = miter, 1 = round, 2 = bevel.
|
||||
The <function>cpdf_setlinejoin</function> function set the
|
||||
linejoin parameter between a value of 0 and 2. 0 = miter, 1 =
|
||||
round, 2 = bevel.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -1203,7 +1204,7 @@ cpdf_restore($pdf)
|
|||
<refentry id="function.cpdf-setlinecap">
|
||||
<refnamediv>
|
||||
<refname>cpdf_setlinecap</refname>
|
||||
<refpurpose>Sets linecap aparameter</refpurpose>
|
||||
<refpurpose>Sets linecap parameter</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
|
@ -1237,8 +1238,8 @@ cpdf_restore($pdf)
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_setmiterlimit</function> function set the miter limit
|
||||
to a value greater or equal than 1.
|
||||
The <function>cpdf_setmiterlimit</function> function set the
|
||||
miter limit to a value greater or equal than 1.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -1258,8 +1259,8 @@ cpdf_restore($pdf)
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_setlinewidth</function> function set the line width
|
||||
to <parameter>width</parameter>.
|
||||
The <function>cpdf_setlinewidth</function> function set the line
|
||||
width to <parameter>width</parameter>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -1280,9 +1281,10 @@ cpdf_restore($pdf)
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_setdash</function> function set the dash pattern
|
||||
<parameter>white</parameter> white units and <parameter>black</parameter>
|
||||
black units. If both are 0 a solid line is set.
|
||||
The <function>cpdf_setdash</function> function set the dash
|
||||
pattern <parameter>white</parameter> white units and
|
||||
<parameter>black</parameter> black units. If both are 0 a solid
|
||||
line is set.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -1305,8 +1307,9 @@ cpdf_restore($pdf)
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_newpath</function> starts a new path on the document
|
||||
given by the <parameter>pdf_document</parameter> parameter.
|
||||
The <function>cpdf_newpath</function> starts a new path on the
|
||||
document given by the <parameter>pdf_document</parameter>
|
||||
parameter.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -1324,19 +1327,21 @@ cpdf_restore($pdf)
|
|||
<paramdef>int <parameter>pdf document</parameter></paramdef>
|
||||
<paramdef>double <parameter>x-coor</parameter></paramdef>
|
||||
<paramdef>double <parameter>y-coor</parameter></paramdef>
|
||||
<paramdef>int <parameter><optional>mode</optional></parameter></paramdef>
|
||||
<paramdef>int
|
||||
<parameter><optional>mode</optional></parameter>
|
||||
</paramdef>
|
||||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
The <function>cpdf_moveto</function> function set the current point
|
||||
to the coordinates <parameter>x-coor</parameter> and
|
||||
The <function>cpdf_moveto</function> function set the current
|
||||
point to the coordinates <parameter>x-coor</parameter> and
|
||||
<parameter>y-coor</parameter>.
|
||||
</para>
|
||||
<para>
|
||||
The optional parameter <parameter>mode</parameter> determines the unit
|
||||
length. If it's 0 or omitted the default unit as specified for the page is
|
||||
used. Otherwise the coordinates are measured in postscript points
|
||||
disregarding the current unit.
|
||||
The optional parameter <parameter>mode</parameter> determines the
|
||||
unit length. If it's 0 or omitted the default unit as specified
|
||||
for the page is used. Otherwise the coordinates are measured in
|
||||
postscript points disregarding the current unit.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
|
Loading…
Reference in a new issue