mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
fix bug #29772 (imagestring() starting coords are upper-left, not upper-right)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167054 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6bc3f35737
commit
5ebd9d73b8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- splitted from ./en/functions/image.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.imagettftext">
|
||||
<refnamediv>
|
||||
|
@ -37,7 +37,7 @@
|
|||
<parameter>y</parameter> will define the basepoint of the first
|
||||
character (roughly the lower-left corner of the character). This
|
||||
is different from the <function>imagestring</function>, where x,
|
||||
y define the upper-right corner of the first character.
|
||||
y define the upper-left corner of the first character.
|
||||
</para>
|
||||
<para>
|
||||
<parameter>angle</parameter> is in degrees, with 0 degrees being
|
||||
|
|
Loading…
Reference in a new issue