gpt4 book ai didi

机器人 : i want use my custom font with WebViewb

转载 作者:太空宇宙 更新时间:2023-11-03 13:03:53 26 4
gpt4 key购买 nike

我想在 WebViewb 中使用我的自定义字体
我的 html 文件加载到 webView 但仍然没有字体
我的字体有 Unicode 字符
我在 android 2.2 上工作

mWebView.loadUrl("file:///android_asset/P_007.html");       

我的CSS:

<STYLE type="text/css">
@font-face {
font-family: AQF_P007_HA;
src: url("AQF_P007_HA.TTF");
}
body {
font-family: AQF_P007_HA;
font-style:normal;
font-weight: normal;
color: black;
font-size: medium;
mso-font-charset: 0
}
</STYLE>

最佳答案

这里有一个解决方案: How to use custom font with WebView

这是否类似于您尝试在 html 文件中使用的内容?在这种情况下使用相对于您的 Assets 文件夹的 url?

@font-face {
font-family: 'AQF_P001_HA';
src: url('AQF_P001_HA.TTF');
}

body {font-family: 'AQF_P001_HA';}

关于机器人 : i want use my custom font with WebViewb,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7555302/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com