Esempio n. 1
0
 /**
  * Create a Text class for PDF
  *
  * @param string $style The name of the text style
  * @param string $color HTML color code
  */
 function PGVRTextPDF($style, $color)
 {
     parent::PGVRText($style, $color);
 }
Esempio n. 2
0
 function PGVRTextHTML($style, $color)
 {
     parent::PGVRText($style, $color);
 }