Posted by anytime-anyplace on February 5, 2009 at 10:29pm
3 followers
| Project: | Signwriter |
| Version: | 6.x-2.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Hi there,
Just a low priority bug, but I have been searching ages to resolve my problem of signwriter not working.
If the extension of a fontname is uploaded in capitals, signwriter will not recognize the font.
.TTF does not work
.ttf works (duh)
Thanx,
Marco
Comments
#1
Sounds just like this one, #342280: Problem with uppercase font name
#2
Hi everyone:
This bug occurs because there is an extra space in the search path passed to the glob( ... ) function when searching directories for TTF files.
I'm submitting a patch...