Posted by planctus on July 28, 2009 at 5:56pm
Jump to:
| Project: | Signwriter |
| Version: | 5.x-1.5 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I don't know what is causing this...
but after a while, maybe upgrading php and the gd library ( now there's php > 5.2 on the server) some images created by signwriters cut the text vertically.
This happens when i have some higher glyphes compared to the normal ones, but the weird thing is that it didn't happen from the beginning..
any idea?
Thanks,
Da.
This is the code i use, anyway...
$titolo->fontfile = 'ampersand.ttf';
$titolo->fontsize = 21;
$titolo->foreground = 'b7000f';
$titolo->background = 'ffffff';
$titolo->maxwidth = 710;
$titolo->transparent = true;
$titolo->textalign = right;
Comments
#1
I assume that i'm the only one having this issue...
Weird...
Da.