A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: thought I'd run this past you guys...

  1. #1
    absolutezero3424
    Join Date
    Nov 2006
    Posts
    508

    thought I'd run this past you guys...

    ok, I want to use vector fonts so I can scale up and skew, etc. and not lose quality and I also want some "canned" code that will take a word and manipulate it in a certain fashion. for example, if I had the user enter "LIONS", some function would take each character and reformat the word to look arched or rainbow or bridged or some other formats.

    so "LIONS" would become:

    LIONS

    you get the idea...is there a component or some canned code that can provide that functionality? basically I want Photoshop or Illustrator functionality (the way you would put text in different arrangements) but I need it done dynamically. Lastly, if this doesn't exist in AS3, why doesn't someone create a component that would do that, the code exists somewhere...they probably could make a ton of money because I haven't been able to find it on the web and I know others are looking for that functionality. I would pay money for it because I don't have the time to spend developing it. Let me know your thoughts!

  2. #2
    Viral tick lordofduct's Avatar
    Join Date
    May 2008
    Location
    South Florida
    Posts
    159
    something like this?

    Type in the bordered textField to see it work

    http://www.lordofduct.com/FlashTest/.../textTest.html

    [edit]
    Oh just to let you know, I didn't embed fonts, so if you can't see any of the text... that's just cause they aren't on your pc. But I don't think I used uncommon fonts or anything, you aughta have them.
    Last edited by lordofduct; 08-29-2008 at 01:22 AM.

  3. #3
    absolutezero3424
    Join Date
    Nov 2006
    Posts
    508
    yeah, that's definitely the idea...it would need to be fine-tuned and provide more configurations, but that's definitely the idea. what method are you using? is this a project you would want to undertake?

  4. #4
    Viral tick lordofduct's Avatar
    Join Date
    May 2008
    Location
    South Florida
    Posts
    159
    I just used a sine curve to create a parametric curve for the arch. And set the fontsize per character every time the text was updated, or the min/max font size was updated.

    what kind of configurations and stuff would you want?
    Last edited by lordofduct; 08-29-2008 at 04:16 PM.

  5. #5
    absolutezero3424
    Join Date
    Nov 2006
    Posts
    508
    I'm wanting rainbow or arched, bridge shape (up and down), one side big another little, one side little and the other big (like stairs up and down), bowtie, and reverse bowtie (like bloated in middle instead of at ends).

    and maybe a couple others....but if I could get those I would be fine with that thus far. ideas?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center