Android中使用自己的ttf文字

将字体ttf文件放到assets目录下(建议放到新建font文件夹中),对应的TextView

tv.setTypeface(Typeface.createFromAsset(getAssets(),"font/scrib.ttf"));

你可能感兴趣的:(Android中使用自己的ttf文字)