User Guide

520 Code
dreamweaver.getSystemFontList()
Availability
Dreamweaver 4.
Description
Returns a list of fonts for the system. This function can get either all fonts or only TrueType
fonts. These fonts are needed for the Flash Text object.
Arguments
fontTypes
The fontTypes argument is a string that contains either "all" or "TrueType".
Returns
An array of strings that contain all the font names; returns a value of null if no fonts are
found.
Print function
The print function lets the user print code from Code view.
dreamweaver.printCode()
Availability
Dreamweaver MX.
Description
In Windows, this function prints all or selected portions of code from the Code view. On the
Macintosh, it prints all code or a page range of code.
Arguments
showPrintDialog, document
The showPrintDialog argument is true or false. If this argument is set to true, in
Windows, the
dreamweaver.PrintCode() function displays the Print dialog box to ask if
the user wants to print all text or selected text. On the Macintosh, the
dreamweaver.PrintCode() function displays the Print dialog box to ask if the user wants
to print all text or a page range.
If the argument is set to
false, dreamweaver.PrintCode() uses the users previous
selection. The default value is
true.
000_DW_API_Print.book Page 520 Wednesday, July 20, 2005 11:58 AM