mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
081558397b
commit
1ebd03cac1
4 changed files with 28 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue