问题
I'm using a TextView extension class which writtes a String like a type writter, character per character. It works fine but when is writting a workd which not fit in the current line, it makes a annoying behaviour and deletes the non fitting workd from the current line and writtes it into the next line.
Welcome all. I need to know how to tell a TextView to use Hyphenation, it must force word breaks like this:
superlargewo-
rd
verylarg-
eword
It means putting character - instead of passing the workd to the next line
How can that be force into TextView?
Thanks
来源:https://stackoverflow.com/questions/42215037/how-to-force-hyphenation-in-textview-character-on-word-split