我正在制作一个应用程序,我的类在其中扩展RelativeLayout
和实现OnClickListener
但我的问题是我无法设置TypeFace
它的给予Exception
public class Viewnew extends RelativeLayout implements OnPageChangeListener {
Context mContext;
当我使用
Typeface tf=Typeface.createFromAsset(mContext.getAssets(), "fonts/trbuc.ttf");
我收到异常,mContext
异常如下:
E/AndroidRuntime(15203): Caused by: java.lang.RuntimeException: native typeface cannot be made
E/AndroidRuntime(15203): at android.graphics.Typeface.<init>(Typeface.java:240)
E/AndroidRuntime(15203):at android.graphics.Typeface.createFromAsset(Typeface.java:214)