danfickle
danfickle
I think this may actually be two bugs. The first is that an empty body is not painting at all. The second is that in continuous mode (non print) the...
Firstly, I owe you two apologies. The first is for the fact that I have taken two weeks to reply to your good will. The second is that I have...
Found the location of the endless loop at: `com.github.neoflyingsaucer.layout.InlineBoxing.layoutContent(LayoutContext, BlockBox, int, int)` inside the do loop.
The fix is broken. The endless loop is solved but now it just discards words that are too long for the block. This is obviously not acceptable so I'll reopen...
I finally got around to creating a test case and it seems to work. Test case below. Note the Blue pixel in the top-left corner. ``` java @Test public void...
Ok, thanks, I'll have a look.
Thanks, I'll look at using unicode font handling this weekend.
At the moment I'm waiting on the release of Pdfbox 2.0 so we can embed unicode fonts. I think implementing flowing columns will be difficult so no plans at this...
I was waiting for the release of PDF-BOX v2 so we can use unicode fonts (#41). This is getting close as they have dropped a release candidate in a private...