From 03d5e234961ad15d6b2535c8757c82e515f1eb21 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 10 Dec 2007 21:29:53 +0000 Subject: [PATCH] - Use the new bold font instead of the old hack. --- lpdf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpdf.php b/lpdf.php index 9ea58b0..ab99a5d 100644 --- a/lpdf.php +++ b/lpdf.php @@ -322,7 +322,7 @@ class lpdf /* Pick a font */ if(in_array('bold', $options)) { - $font = $this->headerfont; + $font = $this->boldfont; } else { $font = $this->normalfont; }