Improve image(ttf|ft)(text|bbox) docs

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340022 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-09-13 17:39:51 +00:00
parent 3799f972f5
commit c47d41f644
4 changed files with 24 additions and 12 deletions

View file

@ -181,6 +181,16 @@ imagedestroy($im);
&reftitle.notes;
&note.freetype;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>imagefttext</function></member>
<member><function>imagettfbbox</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -230,6 +230,16 @@ imagedestroy($im);
&reftitle.notes;
&note.freetype;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>imageftbbox</function></member>
<member><function>imagettftext</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file

View file

@ -176,18 +176,14 @@ imagedestroy($im);
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
This function requires both the GD library and the <link
xlink:href="&url.freetype;">FreeType</link> library.
</para>
</note>
&note.freetype;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>imagettftext</function></member>
<member><function>imageftbbox</function></member>
</simplelist>
</para>
</refsect1>

View file

@ -227,18 +227,14 @@ imagedestroy($im);
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
This function requires both the GD library and the <link
xlink:href="&url.freetype;">FreeType</link> library.
</para>
</note>
&note.freetype;
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>imagettfbbox</function></member>
<member><function>imagefttext</function></member>
</simplelist>
</para>
</refsect1>