Ejemplo n.º 1
0
 /**
  * Constructor
  *
  * @param int $gs1
  * @param string $isbn_text
  * @param mixed $textfont2 BCGFont or int
  */
 function BCGisbn($gs1 = 0, $isbn_text = '##!!AUTO_LABEL!!##', $isbn_font = null)
 {
     BCGean13::BCGean13();
     $this->forceOffsetY = false;
     if ($isbn_font === null) {
         $this->setISBNFont($this->textfont);
     } else {
         $this->setISBNFont($isbn_font);
     }
     $this->setISBNText($isbn_text);
     $this->setGS1($gs1);
 }