如何在Android应用程序中添加字体
我正在 Android 2.2 中制作一个应用程序 我想在 Android 应用程序的 TextView 中显示印地文文本。 (如何在文本视图中添加“मैं छात्र हूँ”字)
请帮助我..
i am making one application in Android 2.2 in that application
i want to show hindi text in TextView in Android application. (how to add "मैं छात्र हूँ" word in Text view)
Please help me..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将您的字体添加到项目中的资产文件夹中,并使用下面的代码片段
希望它有帮助。
Add your font to assets folder in your project and use the below snippet
Hope its helpful.
1) 在“assets”文件夹内添加“fonts”文件夹,并将字体粘贴到字体文件夹内
2) 在布局文件中:
3)在要设置文本的活动中使用以下代码:
1) add "fonts" folder inside of "assets" folder and paste font inside of fonts folder
2) in layout file:
3) In Activity where you want to set the text use the code below: