flash 中的字体嵌入-查询外部 swf
我已经在基于 Flash 的网站中嵌入了字体。该站点加载外部 swf,其中也包含该字体的内容。这些外部 swf 是否可以使用该字体而不将其嵌入其中?
I've embedded a font in a flash based website. The site loads external swfs which also contain content in that font. Can these external swfs make use of the font without it being embedded in them?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看来这是可能的。我自己没有做过,但这里有文档中的一些信息:
从这里:http://help。 adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/compose/ISWFContext.html
看来您制作了一个 SWF 文件,将字体嵌入到该文件中,然后重复使用那个SWF。
It seems it IT possible. I haven't done it myself, but here's a some info in the docs:
From here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flashx/textLayout/compose/ISWFContext.html
It seems you make one SWF file, embed the font in that one, and reuse that SWF.