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 369 forks source link

Antialiasing established to Paint Object #24

Closed alvmgdev closed 10 years ago

alvmgdev commented 10 years ago

Added paint.setFlags(Paint.ANTI_ALIAS_FLAG); on TextViewEx.java.

This helps to see letters betters. If you don't set Antialising to On, the letters are horrible.

Kind Regards

mathew-kurian commented 10 years ago

Merged! Thank you.