source: trunk/phpgwapi/inc/fpdf/doc/text.htm @ 2

Revision 2, 1.1 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4<TITLE>Text</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>Text</H2>
9<TT>Text(<B>float</B> x, <B>float</B> y, <B>string</B> txt)</TT>
10<H4 CLASS='st'>Version</H4>
111.0
12<H4 CLASS='st'>Description</H4>
13Prints a character string. The origin is on the left of the first charcter, on the baseline.
14This method allows to place a string precisely on the page, but it is usually easier to use
15Cell(), MultiCell() or Write() which are the standard methods to print text.
16<H4 CLASS='st'>Parameters</H4>
17<TT><U>x</U></TT>
18<BLOCKQUOTE>
19Abscissa of the origin.
20</BLOCKQUOTE>
21<TT><U>y</U></TT>
22<BLOCKQUOTE>
23Ordinate of the origin.
24</BLOCKQUOTE>
25<TT><U>txt</U></TT>
26<BLOCKQUOTE>
27String to print.
28</BLOCKQUOTE>
29<H4 CLASS='st'>See also</H4>
30<A HREF="setfont.htm">SetFont()</A>,
31<A HREF="settextcolor.htm">SetTextColor()</A>,
32<A HREF="cell.htm">Cell()</A>,
33<A HREF="multicell.htm">MultiCell()</A>,
34<A HREF="write.htm">Write()</A>.
35<H6></H6>
36<HR>
37<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
38</BODY>
39</HTML>
Note: See TracBrowser for help on using the repository browser.