DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40387>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40387 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO ------- Additional Comments From [EMAIL PROTECTED] 2006-09-11 06:40 ------- I've taken a look at your patch and the fix for the font name is clear enough. However, the buffer parameter for the BufferedInputStream puzzles me. You add a new method signature with a buffer parameter but you didn't also make a change in PFMReader so that the official command-line tool profits from the change. It looks more like you added this so you can work around the problem in your environment. I'd prefer a more general fix if possible. So, should we simply hard-code the buffer size to 16KB or something like that to avoid the seemingly rare problem you're experiencing? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
