https://issues.apache.org/bugzilla/show_bug.cgi?id=44744
--- Comment #2 from Andreas L. Delmelle <[EMAIL PROTECTED]> 2008-04-03 09:33:05 PST --- (In reply to comment #0) <snip /> Looking at it closer, the possibility of the NPE is immediately signaled by my IDE when I open the file in question. > Shouldn't this method be re-written so that drawString(String str, float x, > float y) is called for each individual text run in the AttributedString? Not sure, but this could actually turn out to be suboptimal, since the former method may contain code that should only be called once. The initialization of the fontState falls in that category. I'm not really an expert on this part of the FOP-code, but have you tried copy-pasting the first few lines of the drawString(String...) variant, where the fontState is initialized? -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
