Flash Design Studio 中使用 ActionScript 的艺术字效果

发布于 2025-01-01 23:11:04 字数 337 浏览 4 评论 0原文

如何开发用于运行时添加测试的艺术字效果功能(如蓝色棉花)? 请参阅下面给出的示例 单击此处查看示例

  1. 单击示例链接
  2. 加载后添加文本T 恤
  3. 在添加的 teztfield 旁边写一些文字并完成。
  4. 您会发现应用程序中的文本效果弹出窗口
  5. 单击形状,将出现新的弹出窗口,其中将包含一些艺术字效果选项,
  6. 请选择并检查输出。

我想要这种类型的效果所有/一些。

你能帮我完成它吗?

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

  1. click on the example link
  2. After loading add the Text on T-shirt
  3. Write Some Text in side teh added teztfield and make it done.
  4. you will find out the Text Effect Popup window in the application
  5. click on the Shape, new popup window will come out and it will contain some Word Art effect options,
  6. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

终难愈 2025-01-08 23:11:04

没有可用的免费库。您必须在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文