Jeremias Maerki wrote:
SEVERE: Failed to read font metrics file null
But I'm not convinced that this is a bug. Without the PFM in my hands, I can't tell.
What I meant is that the error output is buggy. It gives "null" as the unreadable font metrics file, which makes no sense. It should give the actual PFM file it was trying to read.
By looking at LazyFont.java I surmise that there are two ways to find the metrics file: first by looking at the FontInfo passed into the constructor and, as a fallback, by swapping the extension of the PFB file. However, the error output is only taking the first case into account. Thus, whenever the fallback case happens, the output is null.
The problem is one of the PFMs that are supplied in the ghostscript-fonts package. I have no idea which one, but will find out and report :)
cheers, Ulrich --------------------------------------------------------------------- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org