Calculate multiline text cell width and add nowrap option#50
Calculate multiline text cell width and add nowrap option#50J-F-Liu wants to merge 2 commits intoprawnpdf:masterfrom
Conversation
|
So far this looks good. Can you please add a couple of specs to ensure that the behavior with and without nowrap will continue to work correctly? Thanks! |
|
@pointlessone is there any reason this can't be merged? (tagging you because you seem to be the person who commits most here). I really need this functionality for my project. I can use a fork, but I'd rather help (if needed) test this fix and get it in the mainline. |
|
@andyjeffries When you look at the code of the pull request, you can see that there are no tests and no documentation. So once someone has the time to add those and make sure the current behaviour still works as before, the maintainers can have another look at it. |
|
Thanks @gettalong, I don't know the codebase but I'm trying to get in to this. I've just checked current master though and it fails for me: So I'll ignore that one spec failure and work on making sure the other current specs pass and new ones are added for this feature. |
Based almost entirely on: prawnpdf#50 Implements the wrapping, adds no more failures (than the current master fails on 3.0.4 anyway), but adds new tests and documentation.
No description provided.