i have folder called mydata in My project in that i have fonts/Myfont.ttf files which are linked and not copied, Now how can i get the source of this ttf file and pass it to Typeface ?
I have tried this:
Typeface font = Typeface.createFromFile("data/fonts/myfont.ttf");
But i get this error "native typeface cannot be made android error"
But not working can any one help me on this?