我在css中设置了自定义字体:
@font-face
{
font-family: 'myanmar';
src: url('file:///android_asset/fonts/ZawgyiOne.ttf');
}
.mm
{
display: inline;
font-family: 'myanmar';
font-size: 18pt;
font-weight: 500;
font-style:normal;
color: red;
}
这是我的HTML:
<span class='mm'>This sentence contain: ျမန္မာ ၾကိဳဆိုပါ၏</span>
我只看到“这句话包含:”并且没有任何内容出现在缅甸字体的位置。还有其他我需要补充的内容吗?
答案 0 :(得分:1)
您可能需要add the font资源。我仍然不确定它会转换为webview。
答案 1 :(得分:1)
Android 4.3无法使用myanmar unicode。对于zawgyi,您应该尝试使用SVG字体来安装webview。其他myanmar unicode无法在android 4.3中运行