使用 ActionScript 仅嵌入字体中选定的字符?
我想仅嵌入字体中的字符子集(例如仅嵌入一定数量的汉字而不是整个字符集)。
我知道如何执行此操作的传统方法是使用下面概述的“包含这些字符”输入框方法:
http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00000277.html
有没有办法只使用 ActionScript 做同样的事情? (并且不使用 Flex)
I would like to embed just a subset of characters from a font (for example only a certain number of Chinese characters instead of the whole character set).
The traditional way I've known how to do this is using the "Include these characters" input box method outlined below:
http://help.adobe.com/en_US/AS2LCR/Flash_10.0/help.html?content=00000277.html
Is there a way to do the equivalent using only ActionScript? (and without using Flex)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 FLEX 来完成此操作: http://livedocs .adobe.com/flex/3/html/help.html?content=fonts_07.html
You can do it with FLEX: http://livedocs.adobe.com/flex/3/html/help.html?content=fonts_07.html
可以仅使用带有嵌入元标记的动作脚本来嵌入字体。 例如:
请参阅此处了解更多信息。
Fonts can be embeded using just actionscript with the embed metatag. For example:
See here for more information.