diff --git a/lpdf.php b/lpdf.php index e5d5adce..6bf27ed7 100644 --- a/lpdf.php +++ b/lpdf.php @@ -369,7 +369,6 @@ class lpdf $desired_width = ($this->label_width * $wp) / 100; $desired_height = ($this->label_effective_height * $hp) / 100; - /* Pick a font */ if(in_array('bold', $options)) { $font = $this->headerfont; @@ -533,7 +532,7 @@ class lpdf //now place the logo image in the top-left-ish pdf_place_image($this->pdf,$this->logoimage, $this->loc($this->label_current_xpos+0.05), - $this->loc($this->label_current_ypos-0.50),0.2); + $this->loc($this->label_current_ypos-0.65),0.2); } $this->label_effective_height = $this->label_height; @@ -542,7 +541,7 @@ class lpdf $this->label_current_ypos -= $height['title']; $this->label_effective_height -= $height['title']; - pdf_setfont($this->pdf,$this->headerfont,14); + pdf_setfont($this->pdf,$this->headerfont,13); pdf_show_boxed($this->pdf,$this->page_header, $this->loc($this->label_current_xpos+0.65), $this->loc($this->label_current_ypos-0.15),