I Have a Custom View which draws text onto the Canvas. I want to change the font to a font stored in the assets folder.
Canvas
font
I
My mistake was adding the line
Typeface mFont = Typeface.createFromAsset(this.getAssets(), "abc.ttf");
before onCreate()