如何在Android的Webview上添加新字体?
如何在 webview 上添加新字体以支持其他语言。 我使用 wbeview.loadUrl(string);我想要网页视图支持新字体,该怎么做?
How can I add new fonts on webview to support others languages.
I use wbeview.loadUrl(string); I wnat tis web view support the new font how to do that??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在目录 asset/ 中添加字体的 .ttf,这将使 Activity 有可能使用这些字体。
You can try to add the .ttf of the fonts in the directory assets/, this will give the activity the possibility to use those fonts.