timrs2998 / pdf-builder

PDF builder written in Kotlin with a statically typed DSL
https://timrs2998.github.io/pdf-builder/
GNU General Public License v3.0
57 stars 16 forks source link

Wrap text elements by characters when necessary #12

Closed timrs2998 closed 1 year ago

timrs2998 commented 7 years ago

Currently, a TextElement will only wrap on word boundaries. However, a word may be longer than its line. In this case, words must be wrapped on character boundaries instead.