标签:c style class blog code java
设置字体出错:
txt.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/luculent"));然后发现,竟然是因为自己没有加上后缀,改成下面这样就好了
txt.setTypeface(Typeface.createFromAsset(getAssets(),"fonts/luculent.ttf"));
java.lang.RuntimeException: native typeface cannot be made,布布扣,bubuko.com
java.lang.RuntimeException: native typeface cannot be made
标签:c style class blog code java
原文地址:http://blog.csdn.net/tbl19930927/article/details/28682245