How to break line with hyphen if word is too long to fit in.
for example:
|<----screen space----->|
"This is example of veryLongWord." // very long sentence :P
Currently sentence line break like this.
|<------screen space------>|
This is example of |<----->|empty space
veryLongWord.
I want to achieve this:
|<------screen space------>|
This is example of veryLon-
gWord.