Mar*_*lic -1 java android textview android-typeface
非常坦率的.它似乎不想为我工作.我得到的错误getAssets()是红色,它说Cannot resolve method 'getAssets()'.
text_View = (TextView) this.view.findViewById(R.id.textDesigner);
Typeface myTypeface = Typeface.createFromAsset(getAssets(), "fonts/Calligraffitti-Regular.ttf");
text_View.setTypeface(myTypeface);
Run Code Online (Sandbox Code Playgroud)
我的字体的路径是: C:\Users\Joe\AndroidStudioProjects\my-app\app\src\main\assets\fonts\Calligraffitti-Regular.ttf
这是怎么回事?
| 归档时间: |
|
| 查看次数: |
215 次 |
| 最近记录: |