在 Flex 中渲染日语文本
Flex 文档说我们需要包含日语字符的字体,Flash Player 无法从其运行的系统访问字体。如果我的 Flex 应用程序必须支持所有语言,我是否应该将整个字体库嵌入到 swf 文件中?在我的例子中,数据是从 MySQL 提供的,所以我不能退回到运行时加载。
有没有相当于 Arial Unicode MS 字体的 ttf 字体?
请帮助我。
Flex documentation says that we need to include fonts for Japanese characters, Flash Player can't access fonts from the system in which it is running. If my flex application has to support all languages, should I embed an entire font library into swf-file? In my case data is fed from MySQL, so I can't fall back to runtime loading.
Is there any ttf font equivalent to Arial Unicode MS font?
Kindly help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Flex 4 SDK,那么它应该会自动发生 - 您只需要定义一个字体后备链,例如,
If you are using Flex 4 SDK then it should happen automatically - you just need to define a font fallback chain such as,