e
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -120,8 +120,8 @@ try { | ... | @@ -120,8 +120,8 @@ try { |
| 120 | } | 120 | } |
| 121 | $num_optlist = "fillcolor={".$fontColor." }"; | 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_textline($textline, $textLRight, $textLUp, $num_optlist,'170', '120', 'verticalalign=center')); |
| 124 | 124 | $result = $p->fit_textflow($tf, 75, $y, ; | |
| 125 | 125 | ||
| 126 | } else if ($row->change_type == 'img') { | 126 | } else if ($row->change_type == 'img') { |
| 127 | 127 | ... | ... |
-
Please register or sign in to post a comment