How to get font family value in Typeface
0
I have code like this. Typeface compStyle = Typeface.create("fonts/cambria.ttf", Typeface.BOLD); How can I get the value of font name again? I try with compStyle.toString() but get wrong value.
android-studio
share | improve this question
asked Nov 15 '18 at 4:06
Yan WS Yan WS
1 1
add a comment |
0