|
Flash CS4 Resources |
fl.isFontInstalled()AvailabilityFlash CS4 Professional. Usagefl.isFontInstalled(fontName) Parameters
ReturnsA Boolean value of true if the specified font is installed; false otherwise. DescriptionMethod; determines whether a specified font is installed. ExampleThe following code displays “true” in the Output panel if the Times font is installed. fl.trace(fl.isFontInstalled("Times"));
|