gpt4 book ai didi

iOS UIWebVIew @font-face 阿拉伯语

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:50:35 25 4
gpt4 key购买 nike

我有一个包含 WebView 的 iPhone 应用程序。此 webview 呈现 XHTML文件,其中包含一些具有 CSS 样式的阿拉伯文本。一切都适用于字体类型的样式,如果我将包含的文本更改为英文,字体类型就可以正常工作。

阿拉伯字体有什么问题?

例子:

@font-face {
font-family: "AHRAM";
font-style: normal;
font-weight: bold;
src:url("../Fonts/andlso.ttf") format("truetype");
}

@font-face {
font-family: "DroidSans";
font-style: normal;
font-weight: normal;
src:url("../Fonts/arabtype.ttf") format("truetype");
}
@font-face {
font-family: "DroidSansFallback";
font-style: normal;
font-weight: normal;
src:url("../Fonts/A_Nefel_Adeti.ttf") format("truetype");
}

p.line1 {
font-family: "AHRAM";
}

p.line2 {
font-family: "DroidSans";
}

p.line3 {
font-family: "DroidSansFallback";
}




<head>
<link href="../Styles/p1.css" rel="stylesheet" type="text/css" />
</head>

<body>
<p class="line1"> أهلاً بكم </p>
<p class="line2"> أهلاً بكم </p>
<p class="line3"> أهلاً بكم </p>
</body>
</html>

最佳答案

这似乎是 iOS 中的一个错误。

有关更多详细信息和可能的解决方法,请在此处查看我的回答: https://stackoverflow.com/a/4361653/73195

关于iOS UIWebVIew @font-face 阿拉伯语,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11106180/

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