gFont

Overview

cfx gFont is an optimized custom tag for use with Macromedia Coldfusion. cfx gFont renders server side fonts into graphics for display on any web browser. This capability allows developers to design better looking, more customizable sites in less time.

It is meant to work on the fly and by default will intelligently cache images, not re-creating images which have already been created. It can be used directly in live pages without performance consequences.
   

Download a fully functional 30 day trial today »

» You may install and use this software on a single computer per license.
» You pay only the difference in price between versions when upgrading.

This tag was previously known as cfx_gtext.

Features

  • threadsafe & scalable, cflock is not required
  • caches output intelligently so no two graphics are generated twice
  • optimized native code runs in virtually no time on cached images
  • supports all installed fonts; Truetype, Opentype, Type1, Bitmap/Raster
  • multilanguage unicode support via charset
  • standard (aka font smoothing) & cleartype antialiasing (Windows XP (NT 5.1) & above)
  • bold, underline, italic, strikeout, spacing support
  • store generated images as gif, jpg, png, bmp, pcx, pxm & more
  • optional transparent gif backgrounds

Examples

(more)

<cfx_gfont
text="cfx gfont"
font="Apollyon™"
size=72
color=B4000C
background=FFFFFF
italic=1
>



<cfx_gfont
text="SMALL FONT FROM WWW.04.JP.ORG"
font="04b"
size=6
background=FFFFFF
>




For more details and examples, check out the documentation.