dams Wed Feb 12 12:49:08 2003 EDT
Modified files:
/phpdoc/en/reference/image/functions imagearc.xml imagechar.xml
imagecharup.xml
imagedashedline.xml
imageellipse.xml imagefill.xml
imagefilledarc.xml
imagefilledellipse.xml
imagefilledpolygon.xml
imagefilledrectangle.xml
imagefilltoborder.xml
imagegd2.xml imageline.xml
imagepolygon.xml
imagepsbbox.xml
imagepsfreefont.xml
imagesetpixel.xml
imagettftext.xml
imagetypes.xml
Log:
col => color, some constant retagging
Index: phpdoc/en/reference/image/functions/imagearc.xml
diff -u phpdoc/en/reference/image/functions/imagearc.xml:1.3
phpdoc/en/reference/image/functions/imagearc.xml:1.4
--- phpdoc/en/reference/image/functions/imagearc.xml:1.3 Thu Apr 18 13:13:09
2002
+++ phpdoc/en/reference/image/functions/imagearc.xml Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imagearc">
<refnamediv>
@@ -17,7 +17,7 @@
<methodparam><type>int</type><parameter>h</parameter></methodparam>
<methodparam><type>int</type><parameter>s</parameter></methodparam>
<methodparam><type>int</type><parameter>e</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagearc</function> draws a partial ellipse centered at
Index: phpdoc/en/reference/image/functions/imagechar.xml
diff -u phpdoc/en/reference/image/functions/imagechar.xml:1.3
phpdoc/en/reference/image/functions/imagechar.xml:1.4
--- phpdoc/en/reference/image/functions/imagechar.xml:1.3 Thu Apr 18 13:13:09
2002
+++ phpdoc/en/reference/image/functions/imagechar.xml Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imagechar">
<refnamediv>
@@ -15,14 +15,14 @@
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
<methodparam><type>string</type><parameter>c</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagechar</function> draws the first character of
<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 <parameter>font</parameter>
+ 0) with the color <parameter>color</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>
Index: phpdoc/en/reference/image/functions/imagecharup.xml
diff -u phpdoc/en/reference/image/functions/imagecharup.xml:1.3
phpdoc/en/reference/image/functions/imagecharup.xml:1.4
--- phpdoc/en/reference/image/functions/imagecharup.xml:1.3 Thu Apr 18 13:13:09
2002
+++ phpdoc/en/reference/image/functions/imagecharup.xml Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imagecharup">
<refnamediv>
@@ -15,14 +15,14 @@
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
<methodparam><type>string</type><parameter>c</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagecharup</function> draws the character
<parameter>c</parameter> vertically in the image identified by
<parameter>image</parameter> at coordinates
<parameter>x</parameter>, <parameter>y</parameter> (top left is
- 0, 0) with the color <parameter>col</parameter>.
+ 0, 0) with the color <parameter>color</parameter>.
If <parameter>font</parameter> is 1, 2, 3, 4 or 5, a built-in font is
used.
</para>
Index: phpdoc/en/reference/image/functions/imagedashedline.xml
diff -u phpdoc/en/reference/image/functions/imagedashedline.xml:1.3
phpdoc/en/reference/image/functions/imagedashedline.xml:1.4
--- phpdoc/en/reference/image/functions/imagedashedline.xml:1.3 Thu Apr 18 13:13:09
2002
+++ phpdoc/en/reference/image/functions/imagedashedline.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagedashedline">
<refnamediv>
@@ -15,7 +15,7 @@
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
<methodparam><type>int</type><parameter>y2</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
This function is deprecated. Use combination of
Index: phpdoc/en/reference/image/functions/imageellipse.xml
diff -u phpdoc/en/reference/image/functions/imageellipse.xml:1.4
phpdoc/en/reference/image/functions/imageellipse.xml:1.5
--- phpdoc/en/reference/image/functions/imageellipse.xml:1.4 Sat Nov 23 15:15:25
2002
+++ phpdoc/en/reference/image/functions/imageellipse.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imageellipse">
<refnamediv>
@@ -15,7 +15,7 @@
<methodparam><type>int</type><parameter>cy</parameter></methodparam>
<methodparam><type>int</type><parameter>w</parameter></methodparam>
<methodparam><type>int</type><parameter>h</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imageellipse</function> draws an ellipse centered at
Index: phpdoc/en/reference/image/functions/imagefill.xml
diff -u phpdoc/en/reference/image/functions/imagefill.xml:1.3
phpdoc/en/reference/image/functions/imagefill.xml:1.4
--- phpdoc/en/reference/image/functions/imagefill.xml:1.3 Thu Apr 18 13:13:09
2002
+++ phpdoc/en/reference/image/functions/imagefill.xml Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagefill">
<refnamediv>
@@ -13,12 +13,12 @@
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagefill</function> performs a flood fill starting at
coordinate <parameter>x</parameter>, <parameter>y</parameter>
- (top left is 0, 0) with color <parameter>col</parameter> in the
+ (top left is 0, 0) with color <parameter>color</parameter> in the
image <parameter>image</parameter>.
</para>
</refsect1>
Index: phpdoc/en/reference/image/functions/imagefilledarc.xml
diff -u phpdoc/en/reference/image/functions/imagefilledarc.xml:1.3
phpdoc/en/reference/image/functions/imagefilledarc.xml:1.4
--- phpdoc/en/reference/image/functions/imagefilledarc.xml:1.3 Thu Apr 18 13:13:09
2002
+++ phpdoc/en/reference/image/functions/imagefilledarc.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imagefilledarc">
<refnamediv>
@@ -17,7 +17,7 @@
<methodparam><type>int</type><parameter>h</parameter></methodparam>
<methodparam><type>int</type><parameter>s</parameter></methodparam>
<methodparam><type>int</type><parameter>e</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
<methodparam><type>int</type><parameter>style</parameter></methodparam>
</methodsynopsis>
<para>
@@ -31,18 +31,18 @@
<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>
- <listitem><simpara><literal>IMG_ARC_CHORD</literal></simpara></listitem>
- <listitem><simpara><literal>IMG_ARC_NOFILL</literal></simpara></listitem>
- <listitem><simpara><literal>IMG_ARC_EDGED</literal></simpara></listitem>
+ <listitem><simpara><constant>IMG_ARC_PIE</constant></simpara></listitem>
+ <listitem><simpara><constant>IMG_ARC_CHORD</constant></simpara></listitem>
+ <listitem><simpara><constant>IMG_ARC_NOFILL</constant></simpara></listitem>
+ <listitem><simpara><constant>IMG_ARC_EDGED</constant></simpara></listitem>
</orderedlist>
- <literal>IMG_ARC_PIE</literal> and <literal>IMG_ARC_CHORD</literal> are
- mutually exclusive; <literal>IMG_ARC_CHORD</literal> just
+ <constant>IMG_ARC_PIE</constant> and <constant>IMG_ARC_CHORD</constant> are
+ mutually exclusive; <constant>IMG_ARC_CHORD</constant> just
connects the starting and ending angles with a straight line, while
- <literal>IMG_ARC_PIE</literal> produces a rounded edge.
- <literal>IMG_ARC_NOFILL</literal> indicates that the arc
- or chord should be outlined, not filled. <literal>IMG_ARC_EDGED</literal>,
- used together with <literal>IMG_ARC_NOFILL</literal>, indicates that the
+ <constant>IMG_ARC_PIE</constant> produces a rounded edge.
+ <constant>IMG_ARC_NOFILL</constant> indicates that the arc
+ or chord should be outlined, not filled. <constant>IMG_ARC_EDGED</constant>,
+ used together with <constant>IMG_ARC_NOFILL</constant>, indicates that the
beginning and ending angles should be connected to the center - this is a
good way to outline (rather than fill) a 'pie slice'.
</para>
Index: phpdoc/en/reference/image/functions/imagefilledellipse.xml
diff -u phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.3
phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.4
--- phpdoc/en/reference/image/functions/imagefilledellipse.xml:1.3 Thu Apr 18
13:13:09 2002
+++ phpdoc/en/reference/image/functions/imagefilledellipse.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.36 -->
<refentry id="function.imagefilledellipse">
<refnamediv>
@@ -15,7 +15,7 @@
<methodparam><type>int</type><parameter>cy</parameter></methodparam>
<methodparam><type>int</type><parameter>w</parameter></methodparam>
<methodparam><type>int</type><parameter>h</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagefilledellipse</function> draws an ellipse centered at
Index: phpdoc/en/reference/image/functions/imagefilledpolygon.xml
diff -u phpdoc/en/reference/image/functions/imagefilledpolygon.xml:1.3
phpdoc/en/reference/image/functions/imagefilledpolygon.xml:1.4
--- phpdoc/en/reference/image/functions/imagefilledpolygon.xml:1.3 Thu Apr 18
13:13:09 2002
+++ phpdoc/en/reference/image/functions/imagefilledpolygon.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagefilledpolygon">
<refnamediv>
@@ -13,7 +13,7 @@
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>array</type><parameter>points</parameter></methodparam>
<methodparam><type>int</type><parameter>num_points</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagefilledpolygon</function> creates a filled polygon
Index: phpdoc/en/reference/image/functions/imagefilledrectangle.xml
diff -u phpdoc/en/reference/image/functions/imagefilledrectangle.xml:1.3
phpdoc/en/reference/image/functions/imagefilledrectangle.xml:1.4
--- phpdoc/en/reference/image/functions/imagefilledrectangle.xml:1.3 Thu Apr 18
13:13:09 2002
+++ phpdoc/en/reference/image/functions/imagefilledrectangle.xml Wed Feb 12
+12:49:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagefilledrectangle">
<refnamediv>
@@ -15,11 +15,11 @@
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
<methodparam><type>int</type><parameter>y2</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagefilledrectangle</function> creates a filled
- rectangle of color <parameter>col</parameter> in image
+ rectangle of color <parameter>color</parameter> in image
<parameter>image</parameter> starting at upper left coordinates
<parameter>x1</parameter>, <parameter>y1</parameter> and ending
at bottom right coordinates <parameter>x2</parameter>,
Index: phpdoc/en/reference/image/functions/imagefilltoborder.xml
diff -u phpdoc/en/reference/image/functions/imagefilltoborder.xml:1.3
phpdoc/en/reference/image/functions/imagefilltoborder.xml:1.4
--- phpdoc/en/reference/image/functions/imagefilltoborder.xml:1.3 Thu Apr 18
13:13:09 2002
+++ phpdoc/en/reference/image/functions/imagefilltoborder.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagefilltoborder">
<refnamediv>
@@ -14,14 +14,14 @@
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
<methodparam><type>int</type><parameter>border</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagefilltoborder</function> performs a flood fill
whose border color is defined by <parameter>border</parameter>.
The starting point for the fill is <parameter>x</parameter>,
<parameter>y</parameter> (top left is 0, 0) and the region is
- filled with color <parameter>col</parameter>.
+ filled with color <parameter>color</parameter>.
</para>
</refsect1>
</refentry>
Index: phpdoc/en/reference/image/functions/imagegd2.xml
diff -u phpdoc/en/reference/image/functions/imagegd2.xml:1.4
phpdoc/en/reference/image/functions/imagegd2.xml:1.5
--- phpdoc/en/reference/image/functions/imagegd2.xml:1.4 Fri Jan 17 13:13:03
2003
+++ phpdoc/en/reference/image/functions/imagegd2.xml Wed Feb 12 12:49:07 2003
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.67 -->
<refentry id='function.imagegd2'>
<refnamediv>
<refname>imagegd2</refname>
- <refpurpose>Output GD2 image to browser or file</refpurpose>
+ <refpurpose>Output GD2 image</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -17,6 +17,9 @@
</methodsynopsis>
<para>
&warn.undocumented.func;
+ </para>
+ <para>
+ <function>imagegd2</function> outputs GD2 image to browser or file.
</para>
<para>
The optional <parameter>type</parameter> parameter is either
Index: phpdoc/en/reference/image/functions/imageline.xml
diff -u phpdoc/en/reference/image/functions/imageline.xml:1.3
phpdoc/en/reference/image/functions/imageline.xml:1.4
--- phpdoc/en/reference/image/functions/imageline.xml:1.3 Thu Apr 18 13:13:09
2002
+++ phpdoc/en/reference/image/functions/imageline.xml Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imageline">
<refnamediv>
@@ -15,13 +15,13 @@
<methodparam><type>int</type><parameter>y1</parameter></methodparam>
<methodparam><type>int</type><parameter>x2</parameter></methodparam>
<methodparam><type>int</type><parameter>y2</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imageline</function> draws a line from
<parameter>x1</parameter>, <parameter>y1</parameter> to
<parameter>x2</parameter>, <parameter>y2</parameter> (top left is
- 0, 0) in image im of color <parameter>col</parameter>.
+ 0, 0) in image im of color <parameter>color</parameter>.
</para>
<para>
See also <function>imagecreate</function> and
Index: phpdoc/en/reference/image/functions/imagepolygon.xml
diff -u phpdoc/en/reference/image/functions/imagepolygon.xml:1.4
phpdoc/en/reference/image/functions/imagepolygon.xml:1.5
--- phpdoc/en/reference/image/functions/imagepolygon.xml:1.4 Sun Jan 19 20:36:05
2003
+++ phpdoc/en/reference/image/functions/imagepolygon.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagepolygon">
<refnamediv>
@@ -13,7 +13,7 @@
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>array</type><parameter>points</parameter></methodparam>
<methodparam><type>int</type><parameter>num_points</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagepolygon</function> creates a polygon in image id.
Index: phpdoc/en/reference/image/functions/imagepsbbox.xml
diff -u phpdoc/en/reference/image/functions/imagepsbbox.xml:1.2
phpdoc/en/reference/image/functions/imagepsbbox.xml:1.3
--- phpdoc/en/reference/image/functions/imagepsbbox.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imagepsbbox.xml Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagepsbbox">
<refnamediv>
@@ -21,20 +21,20 @@
<methodparam
choice="opt"><type>float</type><parameter>angle</parameter></methodparam>
</methodsynopsis>
<para>
- <parameter>Size</parameter> is expressed in pixels.
+ <parameter>size</parameter> is expressed in pixels.
</para>
<para>
- <parameter>Space</parameter> allows you to change the default
+ <parameter>space</parameter> allows you to change the default
value of a space in a font. This amount is added to the normal
value and can also be negative.
</para>
<para>
- <parameter>Tightness</parameter> allows you to control the amount
+ <parameter>tightness</parameter> allows you to control the amount
of white space between characters. This amount is added to the
normal character width and can also be negative.
</para>
<para>
- <parameter>Angle</parameter> is in degrees.
+ <parameter>angle</parameter> is in degrees.
</para>
<para>
Parameters <parameter>space</parameter> and
Index: phpdoc/en/reference/image/functions/imagepsfreefont.xml
diff -u phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.2
phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.3
--- phpdoc/en/reference/image/functions/imagepsfreefont.xml:1.2 Wed Apr 17 02:39:13
2002
+++ phpdoc/en/reference/image/functions/imagepsfreefont.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagepsfreefont">
<refnamediv>
@@ -12,6 +12,9 @@
<type>void</type><methodname>imagepsfreefont</methodname>
<methodparam><type>int</type><parameter>fontindex</parameter></methodparam>
</methodsynopsis>
+ <para>
+ <function>imagepsfreefont</function> frees memory used by a PostScript Type 1
+font.
+ </para>
<para>
See also <function>imagepsloadfont</function>.
</para>
Index: phpdoc/en/reference/image/functions/imagesetpixel.xml
diff -u phpdoc/en/reference/image/functions/imagesetpixel.xml:1.3
phpdoc/en/reference/image/functions/imagesetpixel.xml:1.4
--- phpdoc/en/reference/image/functions/imagesetpixel.xml:1.3 Thu Apr 18 13:13:10
2002
+++ phpdoc/en/reference/image/functions/imagesetpixel.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagesetpixel">
<refnamediv>
@@ -13,13 +13,13 @@
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
<methodparam><type>int</type><parameter>y</parameter></methodparam>
- <methodparam><type>int</type><parameter>col</parameter></methodparam>
+ <methodparam><type>int</type><parameter>color</parameter></methodparam>
</methodsynopsis>
<para>
<function>imagesetpixel</function> draws a pixel at
<parameter>x</parameter>, <parameter>y</parameter> (top left is
0, 0) in image <parameter>image</parameter> of color
- <parameter>col</parameter>.
+ <parameter>color</parameter>.
</para>
<para>
See also <function>imagecreate</function> and
Index: phpdoc/en/reference/image/functions/imagettftext.xml
diff -u phpdoc/en/reference/image/functions/imagettftext.xml:1.6
phpdoc/en/reference/image/functions/imagettftext.xml:1.7
--- phpdoc/en/reference/image/functions/imagettftext.xml:1.6 Wed Feb 5 21:20:19
2003
+++ phpdoc/en/reference/image/functions/imagettftext.xml Wed Feb 12 12:49:07
+2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
<refentry id="function.imagettftext">
<refnamediv>
@@ -10,7 +10,7 @@
<title>Description</title>
<methodsynopsis>
<type>array</type><methodname>imagettftext</methodname>
- <methodparam><type>resource</type><parameter>im</parameter></methodparam>
+ <methodparam><type>resource</type><parameter>image</parameter></methodparam>
<methodparam><type>int</type><parameter>size</parameter></methodparam>
<methodparam><type>int</type><parameter>angle</parameter></methodparam>
<methodparam><type>int</type><parameter>x</parameter></methodparam>
Index: phpdoc/en/reference/image/functions/imagetypes.xml
diff -u phpdoc/en/reference/image/functions/imagetypes.xml:1.2
phpdoc/en/reference/image/functions/imagetypes.xml:1.3
--- phpdoc/en/reference/image/functions/imagetypes.xml:1.2 Wed Apr 17 02:39:14
2002
+++ phpdoc/en/reference/image/functions/imagetypes.xml Wed Feb 12 12:49:07 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/image.xml, last change in rev 1.61 -->
<refentry id="function.imagetypes">
<refnamediv>
@@ -15,11 +15,11 @@
<para>
This function returns a bit-field corresponding to the image
formats supported by the version of GD linked into PHP. The
- following bits are returned, <literal>IMG_GIF</literal> |
<literal>IMG_JPG</literal>
- | <literal>IMG_PNG</literal> | <literal>IMG_WBMP</literal>.
+ following bits are returned, <constant>IMG_GIF</constant> |
+<constant>IMG_JPG</constant>
+ | <constant>IMG_PNG</constant> | <constant>IMG_WBMP</constant>.
To check for PNG support, for example, do this:
<example>
- <title>imagetypes</title>
+ <title><function>imagetypes</function> example</title>
<programlisting role="php">
<![CDATA[
<?php
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php