- Use the new bold font instead of the old hack.

This commit is contained in:
dave 2007-12-10 21:29:53 +00:00
parent a62a8bbbfb
commit 03d5e23496

View File

@ -322,7 +322,7 @@ class lpdf
/* Pick a font */
if(in_array('bold', $options)) {
$font = $this->headerfont;
$font = $this->boldfont;
} else {
$font = $this->normalfont;
}