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

agileware’s picture

Status: Active » Closed (won't fix)
mparker17’s picture

Version: 6.x-1.1 » 6.x-2.0-beta2
Priority: Minor » Normal
Status: Closed (won't fix) » Needs review
StatusFileSize
new768 bytes

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...