相关疑难解决方法(0)

在运行时设置字体,Textview

如何将字体设置为在运行时创建的textview?

我创建了textview

Textview tv = new TextView(this);      
tv.setTextSize(20);
Run Code Online (Sandbox Code Playgroud)

就像我可以改变
我希望将字体样式设置为"Verdana"的大小.

这该怎么做??尊重希什尔

fonts android textview

39
推荐指数
3
解决办法
6万
查看次数

标签 统计

android ×1

fonts ×1

textview ×1