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

Some part of text not show #85

Open jastrzej opened 9 years ago

jastrzej commented 9 years ago

Some part of text is not shown. For example: when I create DocumentView and set text size to 14sp, there must be minimum 110 line of text to show it full. If there is only 109 lines it shows only 42 lines and half of 43 line. This happens when CacheConfig is set to LOW, HIGH or AUTO. When CacheConfig is NO_CACHE there is no problem, and text is full shown.

mathew-kurian commented 9 years ago

Screenshot and code?