e42758b4 by Jeff Balicki

fdf

1 parent c69a8bee
......@@ -118,9 +118,12 @@ try {
if ($font == 0) {
die("Error: " . $p->get_errmsg());
}
$num_optlist = "fillcolor={".$fontColor." }";
$p->setfont($font, $fontSize);
$p->fit_textflow($textline, $textLRight, $textLUp, 190,120, $num_optlist);
$p->setfont($font, $fontSize);
$num_optlist = "fillcolor={".$fontColor." }";
$textline = $p->create_textflow($textline , $num_optlist);
$p->fit_textflow($textline, $textLRight, $textLUp, 190,120);
} else if ($row->change_type == 'img') {
......