Added parameter tag around font parameter, and a half sentence long "comment".

Few minor (1-2 char changes).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56671 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kontra Gergely 2001-09-03 15:26:23 +00:00
parent c220f89cc4
commit a80b8604ef

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.51 $ -->
<!-- $Revision: 1.52 $ -->
<reference id="ref.image">
<title>Image functions</title>
<titleabbrev>Image</titleabbrev>
@ -224,7 +224,7 @@
and <parameter>h</parameter> specifies the ellipse's width and
height respectively while the start and end points are specified
in degrees indicated by the <parameter>s</parameter> and
<parameter>e</parameter>. arguments.
<parameter>e</parameter> arguments.
<parameter>style</parameter> is a bitwise OR of the following possibilities:
<orderedlist>
<listitem><simpara><literal>IMG_ARC_PIE</literal></simpara></listitem>
@ -330,8 +330,8 @@
<parameter>c</parameter> in the image identified by
<parameter>id</parameter> with its upper-left at
<parameter>x</parameter>,<parameter>y</parameter> (top left is 0,
0) with the color <parameter>col</parameter>. If font is 1, 2, 3,
4 or 5, a built-in font is used (with higher numbers
0) with the color <parameter>col</parameter>. If <parameter>font</parameter>
is 1, 2, 3, 4 or 5, a built-in font is used (with higher numbers
corresponding to larger fonts).
</para>
<para>
@ -363,8 +363,9 @@
<parameter>c</parameter> vertically in the image identified by
<parameter>im</parameter> at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is
0, 0) with the color <parameter>col</parameter>. If font is 1,
2, 3, 4 or 5, a built-in font is used.
0, 0) with the color <parameter>col</parameter>.
If <parameter>font</parameter> is 1, 2, 3, 4 or 5, a built-in font is
used.
</para>
<para>
See also <function>imageloadfont</function>.
@ -2144,7 +2145,7 @@ ImagePng($im);
In the case everything went right, a valid font index will be
returned and can be used for further purposes. Otherwise the
function returns &false; and prints a message describing what went
wrong.
wrong, which you cannot read directly, while the output type is image.
</para>
<para>
<programlisting role="php">