nhmkdev / cardmaker

An application that generates graphics via data sources.
MIT License
260 stars 41 forks source link

Add word splitting to justified text functionality #65

Open nhmkdev opened 5 years ago

nhmkdev commented 5 years ago

The current justified text will space things out evenly, but could be better by attempting to split the last word on the line.

salmelo commented 1 month ago

Add toggle for adding word splitting. (this would likely be very English specific...)

I wonder if there's an existing library out there for that kind of text transformation, maybe even one that would handle other languages?