r
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment