[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 include ("../jpgraph.php"); 3 include ("../jpgraph_canvas.php"); 4 5 // Create the graph. 6 $graph = new CanvasGraph(350,200,"auto"); 7 8 $t1 = new Text("a good\nas you can see right now per see\nThis is a text with \nseveral lines\n"); 9 $t1->Pos(0.01,100); 10 //$t1->SetOrientation("h"); 11 $t1->SetFont(FF_FONT1,FS_NORMAL); 12 $t1->SetBox("white","black",true); 13 $t1->ParagraphAlign("right"); 14 $t1->SetColor("black"); 15 $graph->AddText($t1); 16 17 $graph->Stroke(); 18 19 ?>
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 |