Remember that time I had a linter so I could stop making these mistakes?

fixed formating issue


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247260 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Paul Reinheimer 2007-11-28 21:01:39 +00:00
parent 95a495b72b
commit 7f690a781c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<refentry xml:id='function.imagefttext' xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagefttext</refname>
@ -35,9 +35,10 @@
<varlistentry>
<term><parameter>angle</parameter></term>
<listitem>
<para> The angle in degrees, with 0 degrees being left-to-right reading text.
Higher values represent a counter-clockwise rotation. For example, a
value of 90 would result in bottom-to-top reading text.
<para>
The angle in degrees, with 0 degrees being left-to-right reading text.
Higher values represent a counter-clockwise rotation. For example, a
value of 90 would result in bottom-to-top reading text.
</para>
</listitem>
</varlistentry>
@ -45,13 +46,13 @@
<term><parameter>x</parameter></term>
<listitem>
<para>
The coordinates given by <parameter>x</parameter> and
<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
<parameter>x</parameter> and <parameter>y</parameter> define the
upper-left corner of the first character. For example, "top left"
is 0, 0.
The coordinates given by <parameter>x</parameter> and
<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
<parameter>x</parameter> and <parameter>y</parameter> define the
upper-left corner of the first character. For example, "top left"
is 0, 0.
</para>
</listitem>
</varlistentry>
@ -59,8 +60,8 @@
<term><parameter>y</parameter></term>
<listitem>
<para>
The y-ordinate. This sets the position of the fonts baseline, not the
very bottom of the character.
The y-ordinate. This sets the position of the fonts baseline, not the
very bottom of the character.
</para>
</listitem>
</varlistentry>
@ -68,7 +69,7 @@
<term><parameter>color</parameter></term>
<listitem>
<para>
The index of the desired color for the text, see <function>iamgecolorexact</function>
The index of the desired color for the text, see <function>iamgecolorexact</function>
</para>
</listitem>
</varlistentry>
@ -76,7 +77,7 @@
<term><parameter>font_file</parameter></term>
<listitem>
<para>
The full path to the font being used.
The full path to the font being used.
</para>
</listitem>
</varlistentry>
@ -84,7 +85,7 @@
<term><parameter>text</parameter></term>
<listitem>
<para>
Text to be inserted into image.
Text to be inserted into image.
</para>
</listitem>
</varlistentry>