f
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -118,7 +118,7 @@ try { | ... | @@ -118,7 +118,7 @@ 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} Starter Text Line $Revision: 1.5 $"; | 121 | $num_optlist = "fillcolor={".$fontColor." } boxsize={170 120} fitmethod=auto showborder"; |
| 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); |
| 124 | 124 | ... | ... |
-
Please register or sign in to post a comment