mathew-kurian/TextJustify-Android

How to use hyphenation with textview?

aselims opened this issue · 3 comments

I do not need the DocumentView. I just want have hyphenation in TextView.
Thanks.

At the moment, they are closely intertwined because you have to manually draw out the words (tokens). So, any implementation must extend textview.

Sorry I do not understand. Could you please elaborate more?

I apologize for the late response. Generally, all the content needs to be drawn out manually here which means the Hyphenation is built exclusively for just that. So, you cannot use it with TextView. Please reopen if you have any more questions.