Download Plugin (zip)

Stats

Version

0.6

Wheels Compatibility

1.0, 1.0 RC1, 0.9.4

Downloads

92

Last Updated

January 5, 2010

About Plugins

Plugins allow you to extend or modify default Wheels application behavior. To use, you just drop the zip file into your plugins directory and reload your application.

Read Using and Creating Plugins for more information.

WordArt

WordArt CFC generates image for insertion of typography on a webpage by converting text to image in various styles. There are over 25 different options available in this first release of WordArt.

Author

Sameer Gupta

Project Home

http://labs.codecurry.com/projects/show/wordart-cfc

Description

typography for web

WordArt CFC generates image for insertion of typography on a webpage by converting text to image in various styles. There are over 25 different options available in this first release of WordArt.

Its a cool alternative to SIFR that uses Flash to generate typography. But unlike SIFR, WordArt CFC works on mobile browsers that don't support Flash. This is possible because all processing is done at the server side using ColdFusion. There are many cool features in WordArtCFC.

Details:¶

  • Visit this project's wiki to learn about usage and features.
  • Download the latest release
  • View source code of CFC source:trunk/www/wordart.cfc
  • SVN access is available at http://svn.codecurry.com/WordArtCFC
  • Usage/Examples

    Basic syntax:

    wordart.getArt(text="CFWheels is the future and the future is written in ColdFusion",
    options={style="simple", font="Trebuchet MS", fontstyle="bolditalic", fontSize=30})

    Very basic syntax:

    wordart.getArt(text="The future is written in ColdFusion")

    Examples:

    wordart

    Please read a blog entry which explains most usages of WordArt with pictures.

    Change Log

    Version 0.6—December 4, 2009 Download

    • Fixed issues with CF8
    • Wheels compatibility: 0.9, 1.0.

    Version 0.5—December 3, 2009 Download

    • Now works with Railo 3
    • Wheels compatibility: 0.9, 1.0.

    Version 0.4—December 1, 2009 Download

    • Fixed: URL path for generated art.
    • Added: urlPath argument to init() with default set to "/images/wordart/"
    • Added: setArtUrlPath() and getArtUrlPath() to set the path of images - urlPath is the with which stored images can be accessed from the browser
    • Wheels compatibility: 0.9, 1.0.

     

    Version 0.3—December 1, 2009 Download

    Fixed: custom font directory.


    Wheels compatibility: 0.9, 1.0.

    Version 0.2—December 1, 2009 Download

    Fixed: custom font directory is now set to files/fonts/


    Wheels compatibility: 0.9, 1.0.

    Version 0.1—December 1, 2009 Download

    • Initial release.
    • Wheels compatibility: 0.9, 1.0.