mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Bug#40428 (imagepstext() and imagepsbbox() doesn't have optional parameters)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229534 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
25332d50c9
commit
5d23a79ac4
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- $Revision: 1.10 $ -->
|
||||
<refentry id="function.imagepsbbox">
|
||||
<refnamediv>
|
||||
<refname>imagepsbbox</refname>
|
||||
|
@ -13,8 +13,8 @@
|
|||
<methodparam><type>int</type><parameter>font</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>size</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>space</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>tightness</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>float</type><parameter>angle</parameter></methodparam>
|
||||
<methodparam><type>int</type><parameter>tightness</parameter></methodparam>
|
||||
<methodparam><type>float</type><parameter>angle</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Gives the bounding box of a text rectangle using PostScript Type1 fonts.
|
||||
|
|
Loading…
Reference in a new issue