关闭 Flash 中字体的抗锯齿功能?
Flash 可以使用两种类型的字体,这样它们就可以在运行时通过动作脚本进行更改。
- 系统字体 - 不抗锯齿,因此渲染速度快
- 嵌入字体 - 抗锯齿,因此渲染速度较慢
“系统字体”的问题是您无法旋转文本。我可以使用嵌入字体并关闭抗锯齿功能以使其渲染速度更快吗?
Flash can use 2 types of fonts such that they can be changed at runtime by actionscript.
- system fonts - NOT anti-aliased so renders fast
- embedded fonts - anti-aliased so renders slow
The problem with "system fonts" is that you can't rotate the text. Can I use embedded fonts AND turn off the anti-aliasing so it renders fast?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是设置 AntiAliasType 吗?
Do you mean setting the AntiAliasType ?