44d55d74 by Jeff Balicki

ee

1 parent e321e401
...@@ -118,9 +118,9 @@ try { ...@@ -118,9 +118,9 @@ try {
118 if ($font == 0) { 118 if ($font == 0) {
119 die("Error: " . $p->get_errmsg()); 119 die("Error: " . $p->get_errmsg());
120 } 120 }
121 $num_optlist = "fillcolor={".$fontColor." } boxsize={170 120} fitmethod=auto showborder"; 121 $num_optlist = "fillcolor={".$fontColor." }";
122 $p->setfont($font, $fontSize); 122 $p->setfont($font, $fontSize);
123 $p->fit_textline($textline, $textLRight, $textLUp, $num_optlist); 123 $p->fit_textflow($textline, $textLRight, $textLUp, '190','120' $num_optlist);
124 124
125 } else if ($row->change_type == 'img') { 125 } else if ($row->change_type == 'img') {
126 126
......