[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
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> 11 1.3 12 <H4 CLASS='st'>Description</H4> 13 Defines the color used for text. It can be expressed in RGB components or gray scale. The 14 method can be called before the first page is created and the value is retained from page to 15 page. 16 <H4 CLASS='st'>Parameters</H4> 17 <TT><U>r</U></TT> 18 <BLOCKQUOTE> 19 If <TT>g</TT> et <TT>b</TT> are given, red component; if not, indicates the gray level. 20 Value between 0 and 255. 21 </BLOCKQUOTE> 22 <TT><U>g</U></TT> 23 <BLOCKQUOTE> 24 Green component (between 0 and 255). 25 </BLOCKQUOTE> 26 <TT><U>b</U></TT> 27 <BLOCKQUOTE> 28 Blue 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>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |