TextField.getFontList() 687
TextField.embedFonts
Availability
Flash Player 6.
Usage
my_txt.embedFonts
Description
Property; a Boolean value that, when true, renders the text field using embedded font outlines. If
false, it renders the text field using device fonts.
TextField.getDepth()
Availability
Flash Player 6.
Usage
my_txt.getDepth()
Parameters
None.
Returns
An integer.
Description
Method; returns the depth of a text field.
TextField.getFontList()
Availability
Flash Player 6.
Usage
TextField.getFontList()
Parameters
None.
Returns
An array.
Description
Method; a static method of the global Te x t Field class. You don’t specify a specific text field (such
as
my_txt) when you call this method. This method returns names of fonts on the player’s host
system as an array. (It does not return names of all fonts in currently loaded SWF files.) The
names are of type
string.