i have this line :
Typeface font = Typeface.createFromAsset(getAssets(), "fonts/Delius-Regular.ttf");
but the getAssets()
parameter seems to bring some error, it is underlined with scary red lines, it says
The method getAssets() is undefined for the type ProfileFragment
ProfileFragment is the name of my class and it extends Fragment.
NOTE : The font style is also on the assets folder.