mathew-kurian / TextJustify-Android

:page_facing_up: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0
https://github.com/bluejamesbond/TextJustify-Android/wiki
Apache License 2.0
1.86k stars 370 forks source link

How to use hyphenation with textview? #99

Closed aselims closed 8 years ago

aselims commented 8 years ago

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

mathew-kurian commented 8 years ago

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

aselims commented 8 years ago

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

mathew-kurian commented 8 years ago

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.