diff --git a/lpdf.php b/lpdf.php index 04d18e6..b3daeeb 100644 --- a/lpdf.php +++ b/lpdf.php @@ -285,17 +285,16 @@ class lpdf $this->loc($this->nametag_current_ypos-0.50),0.2); } - $height['title']=0.25; + $height['title']=0.50; $this->nametag_current_ypos-=$height['title']; pdf_setfont($this->pdf,$this->headerfont,14); pdf_show_boxed($this->pdf,$this->page_header, - $this->loc($this->nametag_current_xpos+0.50), + $this->loc($this->nametag_current_xpos+0.65), $this->loc($this->nametag_current_ypos), - $this->loc($this->nametag_width-0.50), + $this->loc($this->nametag_width-0.70), $this->loc($height['title']), "center", null); - $this->nametag_current_ypos-=$height['title']; pdf_setfont($this->pdf,$this->normalfont,10);