F > FStyleFormat.textFont |
FStyleFormat.textFont
FStyleFormat, FStyleFormat.textFont, textFont
Availability
Flash Player 6.
Usage
myStyleFormat.textFont
Description
Property; a text string specifying the font used to display text in all components assigned to the style format.
You must use FStyleFormat.applyChanges when updating properties with a new value.
Example
The following code assigns a value of Arial to the textFont property for formStyleFormat.
formStyleFormat.textFont = "Arial";