Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我正在创建的应用程序中,我创建了一个更改应用程序字体的选项,一切正常,但我不知道如何在按下默认选项时将其设置回默认值,某处是否有默认 ttf 文件?
您可以使用
myTextView.setTypeface(Typeface.DEFAULT);