将字体嵌入 Adobe AIR 应用程序
这是我目前正在开发的基于 HTML 的 Adobe Air 应用程序的另一个问题。 问题是我是否可以将自定义字体嵌入到我的应用程序中。如果可以的话,我该怎么做呢?
我的自定义字体文件位于 app:/fonts 目录中,当我查看其中的页面时,Firefox 使用此字体正确显示文本。但是当我启动 AIR 应用程序时,一切都损坏了 - 我只看到默认字体。
我一直在互联网上搜索,但只找到了一些关于如何在 CSS 中嵌入字体的过时链接,尽管它仅适用于 IE。
预先感谢,迈克。
Here's another issue with HTML-based Adobe Air application I am developing at the moment.
The question is whether I can embed custom font into my application. If it is possible, then, how do I do this?
I have my custom font file in app:/fonts directory, Firefox displays text correctly using this font when I'm viewing the page in it. But when I start AIR application everything is broken - I see only default font.
I've been searching all over the Internet, but found only some outdated links on how to embed font in CSS, though it works only for IE.
Thanks in advance, Mike.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前不支持以这种方式嵌入字体。使用的任何字体都必须安装在用户的计算机上。
Embedding fonts in this way is not currently supported. Any fonts used must be installed on the user's computer.