Document that imageft*() are extended variants of imagettf*()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344605 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2018-04-01 15:00:28 +00:00
parent 081558397b
commit 1ebd03cac1
4 changed files with 28 additions and 0 deletions

View file

@ -19,6 +19,13 @@
This function calculates and returns the bounding box in pixels
for a FreeType text.
</para>
<note>
<para>
<function>imageftbbox</function> is an extended variant of
<function>imagettfbbox</function> which additionally supports the
<parameter>extrainfo</parameter>.
</para>
</note>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;

View file

@ -19,6 +19,13 @@
<methodparam><type>string</type><parameter>text</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>extrainfo</parameter></methodparam>
</methodsynopsis>
<note>
<para>
<function>imagefttext</function> is an extended variant of
<function>imagettftext</function> which additionally supports the
<parameter>extrainfo</parameter>.
</para>
</note>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;

View file

@ -18,6 +18,13 @@
This function calculates and returns the bounding box in pixels
for a TrueType text.
</para>
<note>
<para>
<function>imageftbbox</function> is an extended variant of
<function>imagettfbbox</function> which additionally supports the
<parameter>extrainfo</parameter>.
</para>
</note>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;

View file

@ -22,6 +22,13 @@
Writes the given <parameter>text</parameter> into the image using TrueType
fonts.
</para>
<note>
<para>
<function>imagefttext</function> is an extended variant of
<function>imagettftext</function> which additionally supports the
<parameter>extrainfo</parameter>.
</para>
</note>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;