Enough of those boring fonts? Use this Stitched Typo for a cool look!
Try the Stitched font previewer! Replace the “ActiveDen” text with yours, try some cool settings and press the PLAY button!
Features
You got endless possibilities with the text effects and other settings.
Every lowercase/uppercase character, all numbers and punctuations.
All characters are vector, so fully scalable.
With the settings you can customize:
- The text you want to get stitched
- Letter spacing
- Font scaling
- Tween animation
- Tween transition
- Tween distance
- Animation speed
- Transition speed
- Blur filter on/off
Includes
Except the Stitched Font, this item contains the following stuff:
- Text effects, to create more nice looking stitched texts.
- The preview fla/swf, so you can test all settings in a fast and easy way.
- A fun color changing background.
Codes
You can easily create stitched texts. Here is an example code:
import nl.desilum.Stitched; import nl.desilum.Background; var stitchedText:Stitched=new Stitched(); stitchedText.createStitchedText("Your TXT!",5,1,"random","easeOutExpo",30,20,1, true); addChild(stitchedText);