reference/image/functions/imagestringup.xml
a7e5e563d2d2269a6d7ccff506715a3e1a6f3902
...
...
@@ -9,8 +9,8 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imagestringup</methodname>
12
-
<methodparam><type>resource</type><parameter>image</parameter></methodparam>
13
-
<methodparam><type>int</type><parameter>font</parameter></methodparam>
12
+
<methodparam><type>GdImage</type><parameter>image</parameter></methodparam>
13
+
<methodparam><type class="union"><type>GdFont</type><type>int</type></type><parameter>font</parameter></methodparam>
14
14
<methodparam><type>int</type><parameter>x</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>y</parameter></methodparam>
16
16
<methodparam><type>string</type><parameter>string</parameter></methodparam>
...
...
@@ -55,8 +55,7 @@
55
55
<term><parameter>color</parameter></term>
56
56
<listitem>
57
57
<para>
58
-
A color identifier created with
59
-
<function>imagecolorallocate</function>.
58
+
&gd.identifier.color;
60
59
</para>
61
60
</listitem>
62
61
</varlistentry>
...
...
@@ -69,6 +68,25 @@
69
68
&return.success;
70
69
</para>
71
70
</refsect1>
71
+

72
+
<refsect1 role="changelog">
73
+
&reftitle.changelog;
74
+
<informaltable>
75
+
<tgroup cols="2">
76
+
<thead>
77
+
<row>
78
+
<entry>&Version;</entry>
79
+
<entry>&Description;</entry>
80
+
</row>
81
+
</thead>
82
+
<tbody>
83
+
&gd.changelog.gdfont-instance;
84
+
&gd.changelog.image-param;
85
+
</tbody>
86
+
</tgroup>
87
+
</informaltable>
88
+
</refsect1>
89
+

72
90
<refsect1 role="examples">
73
91
&reftitle.examples;
74
92
<para>
...
...
@@ -102,14 +120,12 @@ imagedestroy($im);
102
120
</refsect1>
103
121
<refsect1 role="seealso">
104
122
&reftitle.seealso;
105
-
<para>
106
-
<simplelist>
107
-
<member><function>imageloadfont</function></member>
108
-
</simplelist>
109
-
</para>
123
+
<simplelist>
124
+
<member><function>imagestring</function></member>
125
+
<member><function>imageloadfont</function></member>
126
+
</simplelist>
110
127
</refsect1>
111
128
</refentry>
112
-

113
129
<!-- Keep this comment at the end of the file
114
130
Local variables:
115
131
mode: sgml
116
132