James,

Check out this page:

http://www.bennadel.com/blog/772-Learning-ColdFusion-8-CFImage-Part-II-T
ag-Based-Image-Manipulation.htm 

The CFImage tag, when used as CAPTCHA has a "fonts" attribute which
takes a comma delimited list of fonts to use.


......................
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-----Original Message-----
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, July 24, 2007 11:49 AM
To: CF-Talk
Subject: CF8 and cfimage captchas

While messing around with CF8 I inevitably came across cfimage and tried
creating a captcha with the following line of code...

<cfimage action="captcha"
        text="iamhuman"
        fontsize="24"
        difficulty="low"
        width="250"
        height="40" />

Unfortunately our servers have a barcode font or two installed and these
are being used by cfimage.  I know of no human who can read a barcode by
eye!
It must have a list of "fonts not to use" so it can avoid windings and
symbol etc... so does anyone know how I add our barcode fonts to this
list?

--
Jay

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 beta - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284439
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to