reference/image/functions/imagestring.xml
a7e5e563d2d2269a6d7ccff506715a3e1a6f3902
...
...
@@ -9,8 +9,8 @@
9
9
&reftitle.description;
10
10
<methodsynopsis>
11
11
<type>bool</type><methodname>imagestring</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>
...
...
@@ -54,8 +54,7 @@
54
54
<term><parameter>color</parameter></term>
55
55
<listitem>
56
56
<para>
57
-
A color identifier created with
58
-
<function>imagecolorallocate</function>.
57
+
&gd.identifier.color;
59
58
</para>
60
59
</listitem>
61
60
</varlistentry>
...
...
@@ -68,6 +67,25 @@
68
67
&return.success;
69
68
</para>
70
69
</refsect1>
70
+

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

71
89
<refsect1 role="examples">
72
90
&reftitle.examples;
73
91
<para>
...
...
@@ -106,15 +124,13 @@ imagedestroy($im);
106
124
</refsect1>
107
125
<refsect1 role="seealso">
108
126
&reftitle.seealso;
109
-
<para>
110
-
<simplelist>
111
-
<member><function>imageloadfont</function></member>
112
-
<member><function>imagettftext</function></member>
113
-
</simplelist>
114
-
</para>
127
+
<simplelist>
128
+
<member><function>imagestringup</function></member>
129
+
<member><function>imageloadfont</function></member>
130
+
<member><function>imagettftext</function></member>
131
+
</simplelist>
115
132
</refsect1>
116
133
</refentry>
117
-

118
134
<!-- Keep this comment at the end of the file
119
135
Local variables:
120
136
mode: sgml
121
137