从本地文件夹中获取fonts / Myfont.ttf链接文件

时间:2013-03-14 16:57:06

标签: android classloader true-type-fonts typeface

我在My项目中有一个名为mydata的文件夹,因为我有链接而不是复制的fonts / Myfont.ttf文件,现在我怎样才能获得这个ttf文件的来源并将其传递给Typeface?

我试过这个:

Typeface font = Typeface.createFromFile("data/fonts/myfont.ttf");

但我得到这个错误“本机字体不能成为android错误”

但没有工作可以帮助我吗?

0 个答案:

没有答案