Active
Project:
Signwriter
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2009 at 21:51 UTC
Updated:
15 Jul 2009 at 12:24 UTC
lines 989-993 in signwriter.module changed to
else {
imagettftext($im, $fontsize, $angle, $x + abs($box[0]), $y + abs($box[5]), $foreground, $fontfile, $line);
if ($underline) imagettftext($im, $fontsize, $angle, $x + abs($box[0]), $y + abs($box[5]), $foreground, $fontfile, '______________________________');
}
It just adds the '_' across the width of the image (overtop the original text), which makes a pretty good underline!
Comments
Comment #1
agileware commentedchanging version