imageFonts

returns all available image fonts

imageFonts() → returns array

This function requires Lucee.  Not supported on Adobe ColdFusion, etc.

Examples
Sample code invoking the imageFonts function

Returns the all available image fonts. It is supported only in Lucee.

writeDump(imageFonts()) ;

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub