如何在 WIndows CE 中显示替代的 CJK 字形?
我们使用“Arial Unicode MS”字体来显示中文(CJK 字形)文本。不幸的是,我们的中国客户无法识别显示的字形之一(U+76f4),因为字体中的默认“样式”是日语。字体文件支持使用 GSUB 表进行字形替换。 有什么方法可以在 Windows CE 6.0 上的 .NET 2.0 CF 中使用此替换吗?
我尝试更改区域设置但没有成功。
We are using the "Arial Unicode MS" font to display Chinese (CJK glyphs) text. Unfortunately one of the shown glyphs (U+76f4) is not recognized by our Chinese customers, since the default "style" in the font is Japanese. There is support in the font file for glyph substitution, using the GSUB table.
Is there any way to make use of this substitution in .NET 2.0 CF on Windows CE 6.0?
I have tried to change the locale without any luck.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 OpenType-info.tex 查找 Arial Unicode MS 的所有功能。下面的代码选择了简体中文形状。
Using OpenType-info.tex to find all the features of Arial Unicode MS. The following code selected simplified Chinese shape.