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.
我想使用卢比的自定义字体作为印度货币。我不知道如何使用自定义字体。所以请建议我。
我可以直接在 XML 文件中使用它吗?
试试这个:
在 assets 文件夹中创建一个名为“fonts”的文件夹。然后将此代码用作:
Typeface fontName = Typeface.createFromAsset(getAssets(), "fonts/font.TTF"); textView.setTypeface(fontName);
希望它对你有用。因为它对我有用。