[ Index ]
 

Code source de eGroupWare 1.2.106-2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/projectmanager/inc/jpgraph-1.5.2/src/Examples/ -> text-example1.php (source)

   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("This is a text with more text");
   9  $t1->Pos(0.01,0.5);
  10  $t1->SetOrientation("h");
  11  $t1->SetFont(FF_FONT1,FS_NORMAL);
  12  $t1->SetBox("white","black",true);
  13  $t1->SetColor("black");
  14  $graph->AddText($t1);
  15  
  16  $graph->Stroke();
  17  
  18  ?>


Généré le : Sun Feb 25 17:20:01 2007 par Balluche grâce à PHPXref 0.7