crobi / rpg-cards

RPG spell/item/monster card generator
https://rpg-cards.vercel.app
MIT License
514 stars 289 forks source link

Text justification #30

Open Orzpsd opened 9 years ago

Orzpsd commented 9 years ago

I am just wondering if it would be possible to include a justify text option, so that it justify the text | words words words

crobi commented 9 years ago

I have thought about that. But without hyphenation, justified text looks very ugly.

I have seen the following solutions to hyphenation in HTML, but don't have any experience with them:

Once the hyphenation is solved, it would be easy to add a text-align: justify; to all elements holding text, via a global flag or distinct content keywords