sujithkanna / SmileyRating

SmileyRating is a simple rating bar for android. It displays animated smileys as rating icon.
Apache License 2.0
1.08k stars 183 forks source link

How to set custom font for textSelection and textNonSelection #12

Closed Feroz-Istar closed 7 years ago

Feroz-Istar commented 7 years ago

How to set custom font for textSelection and textNonSelection

sujithkanna commented 7 years ago

That is currently not possible since the textSelection is transformed to textNonSelection (color,size). Can't transform one typeface to another. but you can set custom typeface for all text

mSmileRating.setTypeface(yourTypeface);

Really sorry for unable to help you in this. Thank you!