码迷,mamicode.com
首页 > 编程语言 > 详细

java.lang.RuntimeException: native typeface cannot be made

时间:2014-06-08 15:03:27      阅读:298      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!