3c7445b6 by Jeff Balicki

r

1 parent e42758b4
...@@ -121,9 +121,10 @@ try { ...@@ -121,9 +121,10 @@ try {
121 $p->setfont($font, $fontSize); 121 $p->setfont($font, $fontSize);
122 $num_optlist = "fillcolor={".$fontColor." }"; 122 $num_optlist = "fillcolor={".$fontColor." }";
123 $textline = $p->create_textflow($textline , $num_optlist); 123 $textline = $p->create_textflow($textline , $num_optlist);
124 $fit_optlist = "firstlinedist=capheight";
124 125
125 126
126 $p->fit_textflow($textline, $textLRight, $textLUp, 190,120); 127 $p->fit_textflow($textline, $textLRight, $textLUp, 190,120 ,$fit_optlist);
127 128
128 } else if ($row->change_type == 'img') { 129 } else if ($row->change_type == 'img') {
129 130
......