I want to write a viewer that can display text, and it should display the amount of text that it can display on one screen without scrolling. Say, if I use WebView to justify the text, how to calculate the size of the text that will be set in the view so that the view can correctly display it using this font without scrolling. I hope you have my question, as e-book readers display text, and then you have to swipe to load the next page, I need similar functionality.
source share