Flash Design Studio 中使用 ActionScript 的艺术字效果
如何开发用于运行时添加测试的艺术字效果功能(如蓝色棉花)? 请参阅下面给出的示例 单击此处查看示例
- 单击示例链接
- 加载后添加文本T 恤
- 在添加的 teztfield 旁边写一些文字并完成。
- 您会发现应用程序中的文本效果弹出窗口
- 单击形状,将出现新的弹出窗口,其中将包含一些艺术字效果选项,
- 请选择并检查输出。
我想要这种类型的效果所有/一些。
你能帮我完成它吗?
How can I develope word Art effect functinality for run time added test (Like Blue Cotton)?
Please see the given below example Click Here For Example
- click on the example link
- After loading add the Text on T-shirt
- Write Some Text in side teh added teztfield and make it done.
- you will find out the Text Effect Popup window in the application
- click on the Shape, new popup window will come out and it will contain some Word Art effect options,
- Please select and check the output.
I want to this type effect all / some of them.
Can you help me to get it done?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没有可用的免费库。您必须在 Actionscript 中开发一个引擎,它接受文本配置(文本、字体、大小等)并处理文本中的字符。另一种方法是将配置发送到服务器,并使用像 imagemagick 这样的库在服务器端执行此处理: http://www.fmwconcepts.com/imagemagick/texteffect/index.php
There is no free library available for this. You have to develop an engine in Actionscript which accepts text configuration (text, font, size etc.) and processes characters in the text. An alternative is to send the configuration to server and do this processing on server side using a library like imagemagick : http://www.fmwconcepts.com/imagemagick/texteffect/index.php