From: <jk...@ik...> - 2007-08-21 19:47:51
|
Eric Firing <ef...@ha...> writes: > I think that the problem is occurring in the last line. This remains to > be verified. It looks like *.afm files are being found, but when > createFontDict tries to parse them it doesn't find what it expects. The cause of the problem is a combination of two things: first, for some reason the afmfiles list contains non-AFM files, which is probably a bug; second, the AFM parser doesn't quit when faced with a malformed file. I committed a sanity check (diff attached) in afm.py to fix the second problem, but the first one remains. -- Jouni K. Seppänen http://www.iki.fi/jks |