> I have ran into an issue using the following fonts with ImageDrawText(). > > 1. courier > 2. helvetica > 3. times > 4. times-roman > > These fonts are recognized in my ColdFusion Administrator. The one thing I > noticed is that all 4 of these fonts are listed as type: > Adobe Built-in. > > The error that I'm getting is: "Unable to find font: Serif."
I don't think you can use anything other than the TrueType fonts with CFIMAGE and related functions. I also think that if you read the entire error message, you'll only see the TrueType fonts listed, not the OpenType or Adobe built-in fonts (which can be used with PDFs). Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332674 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

