本地字体不能言"&QUOT - 使用自定义字体时的问题字体、自定义、问题、QUOT

由网友(輝煌、﹏神話)分享简介:我想使用的字体,我发现在互联网上,但问题是,我得到了原生字体无法进行的FC。I'm trying to use a font I found on the internet, but the problem is that I get an FC with "native typeface cannot be mad...

我想使用的字体,我发现在互联网上,但问题是,我得到了原生字体无法进行的FC。

I'm trying to use a font I found on the internet, but the problem is that I get an FC with "native typeface cannot be made".

下面是code在我的ListView的getView:

Here is the code in the getView of my ListVIew:

        holder.tv_SuraName   =(TextView)convertView.findViewById(R.id.Start_Name);
        holder.tv_SuraName.setTypeface(Typeface.createFromAsset(mContext.getAssets(), "suralist_font.ttf"));

谁能告诉我为什么我可以使用自定义ROM?你可以得到它这里 ..该文件的.ttf

Can anyone tell me why can I use the custom rom? You can get it HERE .. the file is .ttf

推荐答案

字体文件损坏或不支持的某些原因。你可以把它在SD卡上并加载它从文件,以确保它不是一个问题,你的资产。

The font file is either corrupt or unsupported for some reason. You can drop it on the SD card and load it from file, to make sure it's not a problem with your assets.

阅读全文

相关推荐

最新文章