source: companies/celepar/phpgwapi/inc/fpdf/doc/settextcolor.htm @ 763

Revision 763, 1.2 KB checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<HTML>
2<HEAD>
3<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
4<TITLE>SetTextColor</TITLE>
5<LINK TYPE="text/css" REL="stylesheet" HREF="../fpdf.css">
6</HEAD>
7<BODY>
8<H2>SetTextColor</H2>
9<TT>SetTextColor(<B>int</B> r [, <B>int</B> g, <B>int</B> b])</TT>
10<H4 CLASS='st'>Version</H4>
111.3
12<H4 CLASS='st'>Description</H4>
13Defines the color used for text. It can be expressed in RGB components or gray scale. The
14method can be called before the first page is created and the value is retained from page to
15page.
16<H4 CLASS='st'>Parameters</H4>
17<TT><U>r</U></TT>
18<BLOCKQUOTE>
19If <TT>g</TT> et <TT>b</TT> are given, red component; if not, indicates the gray level.
20Value between 0 and 255.
21</BLOCKQUOTE>
22<TT><U>g</U></TT>
23<BLOCKQUOTE>
24Green component (between 0 and 255).
25</BLOCKQUOTE>
26<TT><U>b</U></TT>
27<BLOCKQUOTE>
28Blue component (between 0 and 255).
29</BLOCKQUOTE>
30<H4 CLASS='st'>See also</H4>
31<A HREF="setdrawcolor.htm">SetDrawColor()</A>,
32<A HREF="setfillcolor.htm">SetFillColor()</A>,
33<A HREF="text.htm">Text()</A>,
34<A HREF="cell.htm">Cell()</A>,
35<A HREF="multicell.htm">MultiCell()</A>.
36<H6></H6>
37<HR>
38<DIV ALIGN="CENTER"><A HREF="index.htm">Index</A></DIV>
39</BODY>
40</HTML>
Note: See TracBrowser for help on using the repository browser.