TextFormat.getTextExtent() 719
TextFormat.bullet
Availability
Flash Player 6.
Usage
my_fmt.bullet
Description
Property; a Boolean value that indicates that the text is part of a bulleted list. In a bulleted list,
each paragraph of text is indented. To the left of the first line of each paragraph, a bullet symbol is
displayed. The default value is
null.
TextFormat.color
Availability
Flash Player 6.
Usage
my_fmt.color
Description
Property; indicates the color of text. A number containing three 8-bit RGB components; for
example, 0xFF0000 is red, 0x00FF00 is green.
TextFormat.font
Availability
Flash Player 6.
Usage
my_fmt.font
Description
Property; the name of the font for text in this text format, as a string. The default value is null,
which indicates that the property is undefined.
TextFormat.getTextExtent()
Availability
Flash Player 6. The optional width parameter is supported in Flash Player 7.
Usage
my_fmt.getTextExtent(text, [width])