标签: android-studio
我有这样的代码。
mvn
如何再次获得字体名称的值?我尝试使用Typeface compStyle = Typeface.create("fonts/cambria.ttf", Typeface.BOLD); ,但得到了错误的值。
Typeface compStyle = Typeface.create("fonts/cambria.ttf", Typeface.BOLD);