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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | fix_find_ttf_files_with_allcaps_extensions_2010-04-29-18-47.patch | 768 bytes | mparker17 |
Comments
Comment #1
agileware commentedSounds just like this one, #342280: Problem with uppercase font name
Comment #2
mparker17Hi 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...