San*_*rab 4 fonts android
我找不到设置Roboto浓缩(瘦)而不是默认值的方法.可能吗?
kco*_*ock 18
下载完整的Roboto系列
复制Roboto-Condensed.ttf到项目的assets文件夹中
Roboto-Condensed.ttf
assets
在代码中,得到一个关于你Typeface用Typeface robotoCond = Typeface.createFromAsset(context.getAssets(), "Roboto-Condensed.ttf")
Typeface
Typeface robotoCond = Typeface.createFromAsset(context.getAssets(), "Roboto-Condensed.ttf")
在任何小部件中使用它,例如 textView.setTypeface(robotoCond);
textView.setTypeface(robotoCond);
???
利润!
归档时间:
13 年,3 月 前
查看次数:
7079 次
最近记录: