mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3799f972f5
commit
c47d41f644
4 changed files with 24 additions and 12 deletions
|
@ -181,6 +181,16 @@ imagedestroy($im);
|
|||
&reftitle.notes;
|
||||
¬e.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
|
||||
|
|
|
@ -230,6 +230,16 @@ imagedestroy($im);
|
|||
&reftitle.notes;
|
||||
¬e.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
|
||||
|
|
|
@ -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>
|
||||
¬e.freetype;
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>imagettftext</function></member>
|
||||
<member><function>imageftbbox</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
|
@ -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>
|
||||
¬e.freetype;
|
||||
</refsect1>
|
||||
<refsect1 role="seealso">
|
||||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member><function>imagettfbbox</function></member>
|
||||
<member><function>imagefttext</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue