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ファイルで直接使用できますか?
これを次のように試してください:
「fonts」という名前のフォルダをアセットフォルダに作成します。次に、このコードを次のように使用します。
Typeface fontName = Typeface.createFromAsset(getAssets(), "fonts/font.TTF"); textView.setTypeface(fontName);
それがあなたのために働くことを願っています。それは私のためにうまくいくので。