From 53e8ca4f93abae9f228be68bd511336e0f75b47b Mon Sep 17 00:00:00 2001 From: james Date: Fri, 22 Apr 2005 19:28:47 +0000 Subject: [PATCH] make the nametag fair name height be big enough for two rows --- lpdf.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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);