Example
For the default installation of Dreamweaver, a call to the
function returns an array that contains the following items:
"Arial, Helvetica, sans-serif"
"Times New Roman, Times, serif"
"Courier New, Courier, mono"
"Georgia, Times New Roman, Times, serif"
"Verdana, Arial, Helvetica, sans-serif"
dreamweaver.getFontStyles()
Availability
Dreamweaver 4.
Description
Returns the styles that a specified TrueType font supports.
Arguments
fontName
The
argument is a string that contains the name of the font.
fontName
Returns
An array of three Boolean values that indicates what the font supports. The first value
indicates whether the font supports Bold, the second indicates whether the font supports
Italic, and the third indicates whether the font supports both Bold and Italic.
dreamweaver.getKeyState()
Availability
Dreamweaver 3.
Description
Determines whether the specified modifier key is depressed.
518
Code
dreamweaver.getFontList()
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?