public function __construct($paper = 'a4', $orientation = 'portrait') { parent::cezPDF($paper, $orientation); $this->pageWidth = $this->ez['pageWidth']; $this->pageHeight = $this->ez['pageHeight']; $this->initFontFamily(); }