signintech/gopdf

MultiCell* methods don't respect linebreaking rules

Folling opened this issue · 2 comments

The MultiCell functions do not respect unicode line breaking rules. I understand that this algorithm is quite complex, but at least default-breaking at word-boundaries instead of within words should be quite easy to integrate. I'm willing to write up a PR for this (word-breaking, not the whole implementation for the unicode line breaking algo) if this feature is desired.

@Folling check this out #297

@oneplus1000 can you close this issue if it has been resolved?